
Nemerle is a new functional language designed from the ground up for the .net platform. nemerle supports:
* object oriented and imperative .net concepts
* variant datatypes
* matching
* higher order functions
* powerful macro system
it has simple, c-like syntax and makes access to imperative features easy, and thus is easy to learn.
this package contains the compiler (ncc) and an interpreter (nemish) for nemerle.