nim programming language documentation - Search
About 574,000 results
Open links in new tab
    Kizdar net | Kizdar net | Кыздар Нет
  1. Documentation - Nim Programming Language

    Covers all the basic topics, enough to make your first programming steps. Compile and run Nim snippets in your browser. A guide about basic and advanced built-in types, statements, control flow, and procedures. How to use Object Oriented Programming in Nim, exceptions, generics, and templates. Learn about meta-programming and macros. Nim for... ...

  2. Nim Manual - Nim Programming Language

    This document describes the lexis, the syntax, and the semantics of the Nim language. To learn how to compile Nim programs and generate documentation see the Compiler User Guide and the DocGen Tools Guide .

  3. Nim Programming Language

    Nim is a statically typed compiled systems programming language. It combines successful concepts from mature languages like Python, Ada and Modula. Nim generates native dependency-free executables, not dependent on a virtual machine, which are small and allow easy redistribution.

  4. Tutorials | Nim Programming - My Docs

    Getting started with nim programming language tutorial; Learning Nim: Write an Interpreter; The SECRET of NIM! - Creating RED TEAM TOOLS with Nim-Lang; Use THIS Language to Speed Up Your Python Code; Nim in Unreal Engine – No More C++ Required? Learning Nim - First Look; Learning Nim; Nim’s youtube channel; NIM Figura One of the best NIM ...

  5. Nim is a statically typed compiled systems programming language

    This repository contains the Nim compiler, Nim's stdlib, tools, and documentation. For more information about Nim, including downloads and documentation for the latest release, check out Nim's website or bleeding edge docs.

  6. FAQ - Nim Programming

    Nim is a systems programming language, while Java is designed for application development. Nim has a more Python-like syntax and compiles to C, C++, or JavaScript. Java runs on the Java Virtual Machine (JVM), which can impact performance compared to languages that …

  7. About Nim - My Docs

    Nim is a statically-typed, high-level programming language that combines the performance of low-level languages like C and C++ with the expressiveness of high-level languages like Python, Lisp, and Haskell.

  8. Introduction | Nim Docs

    Nim (formerly known as "Nimrod") is a statically typed, imperative programming language that tries to give the programmer ultimate power without compromises on runtime efficiency. This means it focuses on compile-time mechanisms in all their various forms.

  9. Basics - Nim Academy

    Mar 20, 2024 · Nim is a statically typed programming language, so a type needs to be declared before using the value: var num: int = 44 Though the value can often be inferred, so it could also be declared this way:

  10. Beginner's Guide to Nim | Beginner’s Guide to Programming Languages

    Jan 23, 2025 · Nim is a statically-typed compiled systems programming language. It offers a compelling blend of performance comparable to C, the elegance and readability of Python, and the power and flexibility of modern languages.

  11. Some results have been removed