Category:Nemerle: Difference between revisions

Another parameter, paradigms
(Created)
 
(Another parameter, paradigms)
Line 3:
|site=http://nemerle.org/Main_Page
|gc=yes
|checking=static
}}
{{language programming paradigm|object-oriented}}
 
{{language programming paradigm|imperative}}
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.
{{language programming paradigm|functional}}
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 sharp|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.
Anonymous user