Nim Compiler

From Rosetta Code
Revision as of 14:07, 24 October 2020 by rosettacode>Lscrd (Created page with "The Nim compiler translates Nim program to native code (using C, C++ or Objective-C as intermediate language) or to JavaScript. It can be installed by downloading binaries or...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The Nim compiler translates Nim program to native code (using C, C++ or Objective-C as intermediate language) or to JavaScript. It can be installed by downloading binaries or sources here: https://nim-lang.org/install.html

On Linux, Nim compiler and Nim utilities may also be installed using the software manager provided by the distribution.

And, finally, Nim can be installed using "choosenim" which allows to keep several versions, for instance the latest stable version (named “stable”) and the development version (named “devel”). “choosenim” can be found here: https://github.com/dom96/choosenim