This is a mirror of official site: http://jasper-net.blogspot.com/

Nemerle

| Wednesday, January 19, 2011
Nemerle is a high-level statically-typed programming language for the .NET platform. It offers functional, object-oriented and imperative features. It has a simple C#-like syntax and a powerful meta-programming system.

Features that come from the functional land are variants, pattern matching, type inference and parameter polymorphism (aka generics). The meta-programming system allows great compiler extensibility, embedding domain specific languages, partial evaluation and aspect-oriented programming.

Read more: Google code

Posted via email from Jasper-net

0 comments: