Details, Explanation and Meaning About Mercury programming language

Mercury programming language Guide, Meaning , Facts, Information and Description

Mercury is a functional/logical programming language based on Prolog, but designed to be more useful for real-world programming problems.

Mercury is compiled rather than interpreted as is traditional for logic languages. It has a sophisticated, strict type and mode system which, when combined with the abstract nature of logic programming, is claimed by its authors to make writing reliable programs simpler and faster than by more conventional means. Mercury's module system also makes it easy to divide logic programs up into self-contained modules, a problem for logic programs in the past.

A sample piece of programming in Mercury looks like

:- module hello_world.

:- interface.

:- import_module io.

:- pred main(io__state, io__state). :- mode main(di, uo) is det.

:- implementation.

main --> io__write_string("Hello, World!\

").

(by Ralph Becket at the University of Melbourne):

Mercury is developed at the University Of Melbourne Computer Science department under the supervision of Dr. Zoltan Somogyi.

See also

External links


This is an Article on Mercury programming language. Page Contains Information, Facts Details or Explanation Guide About Mercury programming language


Google
 
Web www.E-paranoids.com

Search Anything