- Nim Programming Language
The Nim programming language is a concise, fast programming language that compiles to C, C++ and JavaScript
- Documentation - Nim Programming Language
The Nim programming language is a concise, fast programming language that compiles to C, C++ and JavaScript
- Download - Nim Programming Language
The Nim programming language is a concise, fast programming language that compiles to C, C++ and JavaScript
- Nim Tutorial (Part I)
Introduction "Der Mensch ist doch ein Augentier -- Schöne Dinge wünsch' ich mir " This document is a tutorial for the programming language Nim This tutorial assumes that you are familiar with basic programming concepts like variables, types, or statements Here are several other resources for learning Nim: Nim Basics tutorial - a gentle introduction of the concepts mentioned above Learn Nim
- Features - Nim Programming Language
The Nim programming language is a concise, fast programming language that compiles to C, C++ and JavaScript
- Nim Manual
A Nim program consists of one or more text source files containing Nim code It is processed by a Nim compiler into an executable The nature of this executable depends on the compiler implementation; it may, for example, be a native binary or JavaScript source code In a typical Nim program, most of the code is compiled into the executable
- Blog - Nim Programming Language
The Nim programming language is a concise, fast programming language that compiles to C, C++ and JavaScript
- Nim Compiler User Guide
The default compiler is defined at the top of config\nim cfg Changing this setting affects the compiler used by koch to (re)build Nim To use the CC environment variable, use nim c --cc:env myfile nim
|