Category:Nemerle
From Rosetta Code
Nemerle
This programming language may be used to instruct a computer to perform a task.
Listed below are all of the tasks on Rosetta Code which have been solved using Nemerle.
This programming language may be used to instruct a computer to perform a task.
| Official website |
|---|
| Execution method: | Compiled (bytecode) |
|---|---|
| Garbage collected: | Yes |
| Type strength: | Strong |
| Type compatibility: | Nominative |
| Type expression: | Implicit |
| Type checking: | Static |
| See Also: |
|
Your Help Needed
If you know Nemerle, please write code for some of the tasks not implemented in Nemerle.
If you know Nemerle, please write code for some of the tasks not implemented in Nemerle.
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.
[edit] See Also
Subcategories
This category has the following 3 subcategories, out of 3 total.
Pages in category "Nemerle"
The following 88 pages are in this category, out of 88 total.