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: University of WrocławJetBrains

Wikidata: Q2626413

Influenced by: Standard ML

Programming paradigms: procedural programmingimperative programmingobject-oriented programmingmulti-paradigm programmingmetaprogrammingfunctional programming

Language types: off-side rule languageprocedural programming languagefunctional programming languageobject-based languagemulti-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


Latest data update: 2024-07-01