New version of the Nim programming language 0.20
The system programming language Nim 0.20.0 was released. The language uses static typing and was created with Pascal, C++, Python and Lisp in mind. Nim source code is compiled into a C, C++, or JavaScript representation. Subsequently, the resulting C/C++ code is compiled into an executable file using any available compiler (clang, gcc, icc, Visual C++), which allows […]
