Works on: Windows 10 | Windows 8.1 | Windows 8 | Windows 7 | Windows XP | Windows 2000 | Windows 2003 | Windows 2008 | Windows Vista | Windows 2012 SHA1 Hash: 28d4b09cecb0dd4c850dac7ba3d4e3cf1f2a300e Size: 8.46 MB File Format: exe
Rating: 2.130434782
out of 5
based on 23 user ratings
Publisher Website: External Link Downloads: 648 License: Free
Nim is a free software by Nim-Lang and works on Windows 10, Windows 8.1, Windows 8, Windows 7, Windows XP, Windows 2000, Windows 2003, Windows 2008, Windows Vista, Windows 2012.
You can download Nim which is 8.46 MB in size and belongs to the software category Coding languages and Compilers. Nim was released on 2016-08-19 and last updated on our database on 2017-04-15 and is currently at version 0.14.
Thank you for downloading from SoftPaz! Your download should start any moment now. It would be great if you could rate and share:
Rate this software:
Share in your network:
Nim Description
Nim produces small executables without dependencies for easy redistribution.
A fast non-tracing garbage collector that supports soft real-time systems (like games).
System programming features: Ability to manage your own memory and access the hardware directly. Pointers to garbage collected memory are distinguished from pointers to manually managed memory.
Zero-overhead iterators.
Cross-module inlining.
Dynamic method binding with inlining and without virtual method table.
Compile time evaluation of user-defined functions.
Whole program dead code elimination: Only used functions are included in the executable.
Value-based datatypes: For instance, objects and arrays can be allocated on the stack.