Nemerle

Nemerle is a general-purpose, high-level, statically typed programming language designed for platforms using the Common Language Infrastructure (.NET/Mono). It supports multiple paradigms, including functional, object-oriented, aspect-oriented, reflective, and imperative programming. The language features a simple C#-like syntax and a powerful metaprogramming system. In June 2012, the core Nemerle developers were hired by the Czech software company JetBrains. The team focused on developing Nitra, a framework for implementing existing and new programming languages. Both Nemerle and Nitra appear to have since been abandoned or discontinued by JetBrains; Nitra has not received updates from its original creators since 2017, and Nemerle is now maintained independently by the Russian Software Development Network. However, no major releases have occurred, and development progress remains slow. JetBrains has not referenced Nemerle or Nitra for several years. The language is named after the Archmage Nemmerle, a character in the fantasy novel A Wizard of Earthsea by Ursula K. Le Guin. Wikipedia

Created Year: 2003
Developed by: JetBrainsUniversity of Wrocław

Wikidata: Q2626413

Influenced by: Standard ML

Programming paradigms: functional programmingmulti-paradigm programmingmetaprogrammingobject-oriented programmingprocedural programmingimperative programming

Language types: procedural programming languagefunctional programming languagemulti-paradigm programming languageobject-based languageoff-side rule 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: 2026-08-09