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: JetBrains • University of Wrocław
Wikidata: Q2626413
Influenced by: Standard ML
Programming paradigms: functional programming • imperative programming • metaprogramming • multi-paradigm programming • object-oriented programming • procedural programming
Language types: functional programming language • multi-paradigm programming language • object-based language • off-side rule language • procedural 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