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: 2003
Developed by: JetBrainsUniversity of Wrocław

Wikidata: Q2626413

Influenced by: Standard ML

Programming paradigms: functional programmingimperative programmingmetaprogrammingmulti-paradigm programmingobject-oriented programmingprocedural programming

Language types: functional programming languagemulti-paradigm programming languageobject-based languageoff-side rule languageprocedural 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


Latest data update: 2024-07-01