2011-01-06 00:45:50 +01:00
2010-02-26 01:26:16 +01:00
2010-10-21 00:12:14 +02:00
2011-01-06 00:45:50 +01:00
2010-02-26 01:26:16 +01:00
2010-02-26 01:26:16 +01:00
2010-02-26 01:26:16 +01:00
2010-12-07 17:11:28 +01:00
2010-10-21 00:12:14 +02:00
2010-10-21 00:12:14 +02:00
2010-02-26 01:26:16 +01:00
2010-10-21 00:28:39 +02:00
2010-08-17 01:18:36 +02:00
2010-02-26 01:26:16 +01:00

===========================================================

          Nimrod Compiler

===========================================================



This is the **Nimrod Compiler**. Nimrod is a new statically typed, imperative 

programming language, that supports procedural, functional, object oriented and 

generic programming styles while remaining simple and efficient. A special 

feature that Nimrod inherited from Lisp is that Nimrod's abstract syntax tree

(AST) is part of the specification - this allows a powerful macro system which 

can be used to create domain specific languages.



*Nimrod* is a compiled, garbage-collected systems programming language 

which has an excellent productivity/performance ratio. Nimrod's design 

focuses on the 3E: efficiency, expressiveness, elegance (in the order of 

priority). 



See the file ``install.txt`` for installation instructions. See the file

``doc/intern.txt`` for the internal documentation for developers.



Copyright (c) 2004-2010 Andreas Rumpf.

All rights reserved.

S
Description
Nim is a statically typed compiled systems programming language. It combines successful concepts from mature languages like Python, Ada and Modula. Its design focuses on efficiency, expressiveness, and elegance (in that order of priority).
Readme
739 MiB
Languages
Nim 95.5%
HTML 2.1%
Lean 0.6%
Python 0.5%
C 0.4%
Other 0.8%