Mercury
Mercury is a functional logic programming language made for real-world uses. The first version was developed at the University of Melbourne, Computer Science department, by Fergus Henderson, Thomas Conway, and Zoltan Somogyi, under Somogyi's supervision, and released on April 8, 1995. Wikipedia
Created Year: 1995Developed by: University of Melbourne
Aliases: Mercury programming language
File extensions: m
Wikidata: Q206040
Influenced by: Haskell • Hope • Prolog
Programming paradigms: functional programming • logic programming • multi-paradigm programming • object-oriented programming • purely functional programming
Language types: functional programming language • multi-paradigm programming language • object-based language • purely functional programming language
Mercury Influence Network
Pan and zoom the graph with your mouse or alternatively your fingers on touch devices.
Hello World in Mercury
:- module hello.
:- interface.
:- import_module io.
:- pred main(io::di, io::uo) is det.
:- implementation.
main(!IO) :-
io.write_string("Hello World\n", !IO).
Free Mercury books, articles, documentation
- The Mercury Users' Guide (PDF)
Search on GitHub
Name | Description | Last pushed to | Open issues | Forks | Stars | Size |
---|
Latest data update: 2024-10-09