Nemerle
Nemerle is a general-purpose, high-level, statically typed programming language designed for platforms using the Common Language Infrastructure (.NET/Mono). It offers functional, object-oriented, aspect-oriented, reflective and imperative features. It has a simple C#-like syntax and a powerful metaprogramming system. Wikipedia
Created Year: 2003Developed by: University of Wrocław • JetBrains
Wikidata: Q2626413
Influenced by: Standard ML
Programming paradigms: procedural programming • imperative programming • object-oriented programming • multi-paradigm programming • metaprogramming • functional programming
Language types: off-side rule language • procedural programming language • functional programming language • object-based language • multi-paradigm programming language
Nemerle Influence Network
Pan and zoom the graph with your mouse or alternatively your fingers on touch devices.
Hello World in Nemerle
class Hello
{
static Main () : void
{
System.Console.WriteLine ("Hello World");
}
}
Search on GitHub
| Name | Description | Last pushed to | Open issues | Forks | Stars | Size |
|---|
Latest data update: 2024-07-01