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. . Visit http://nemerle.org for more details. . This package contains the compiler (ncc) and an interpreter (nemish) for Nemerle.