Download List

專案描述

Nemerle is a hybrid (functional, object-oriented and imperative) programming language for the .NET platform. The key features of the language include C#-like syntax, easy access to functional, object-oriented, and imperative features, powerful code-generating macros, variants, pattern matching, static and on-demand dynamic typing, and type inference.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2006-05-16 22:40
0.9.3

This version includes, among other things, support for extension methods, nullable types, and improved support for building with MS Build. It also has fixes for many bugs.
標籤: Major feature enhancements

2006-01-24 09:42
0.9.2

This version added support for generators (yield) and the ability to extend patterns matching with user-defined constructs, list comprehensions, and ranges. Several bugs were fixed.
標籤: Major feature enhancements

2005-11-04 23:46
0.9.1

This version brings a few bugfixes and a new, flashy, optional indentation-based syntax.
標籤: Minor bugfixes

2005-09-14 15:41
0.9.0

This version brings complete support for
consumption and production of .NET 2.0 generics. A
bunch of new features were added, including the
long awaited return/break/continue (though they
are hidden in Nemerle.Imperative namespace),
enhanced partial application, #pragma warning, and
with-clause in matching.
標籤: Major feature enhancements

2005-06-02 13:36
0.3.2

New features in this release included default parameters, omitting variant prefix in matching, blocks you can jump out of, tuple indexers, a Nemerle.English namespace, lazy value macros, get/set accessor macros, and the ability to enter code at the top level and define several identifiers at once in "mutable" definitions.
標籤: Major feature enhancements

Project Resources