Nim is a statically typed, imperative programming language with a powerful macro system that tries to give the programmer ultimate power without compromises on runtime efficiency.
Cost / License
- Free
- Open Source
Application types
Platforms
- Mac
- Windows
- Linux
- BSD


Comments about Nim (programming language) as an Alternative to Python
Syntax is same but speed is greater than Python. Only draw back is, that Nim has a minimal support for object oriented programming. Module system is horrible. Compiler wants us to write all the code in single file. If you are using file A and it is importing something from file B. But this file B is also importng something from file A, that means mutual imports. In that case, you can't compile.

Almost everyone thinks Nim (programming language) is a great Python alternative.
- Nim (programming language) is Free and Open Source





























Based off of Python, similar modules system, and indention based. Probably the best alternative!