
Nimrod (Programming Language)
Versandfertig in 6-10 Tagen
26,99 €
inkl. MwSt.
PAYBACK Punkte
13 °P sammeln!
Please note that the content of this book primarily consists of articles available from Wikipedia or other free sources online. Nimrod is a general purpose, high-level, system programming, statically typed imperative compiled programming language that is developed by Andreas Rumpf. Development started in 2004, coded in Object Pascal (FreePascal) and Python. However, the first version that bootstrapped (was able to compile itself) was released at 2008-08-22 (version 0.6.0). The compiler generates optimized C code and defers compilation to an external compiler (a large range is supported, it is ...
Please note that the content of this book primarily consists of articles available from Wikipedia or other free sources online. Nimrod is a general purpose, high-level, system programming, statically typed imperative compiled programming language that is developed by Andreas Rumpf. Development started in 2004, coded in Object Pascal (FreePascal) and Python. However, the first version that bootstrapped (was able to compile itself) was released at 2008-08-22 (version 0.6.0). The compiler generates optimized C code and defers compilation to an external compiler (a large range is supported, it is shipped on Windows with Mingw/GCC) to leverage their optimization and portability capabilities: it works on Windows, Linux, BSD and MacOS X.