Nim Compiler

From Rosetta Code

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