Content deleted Content added
No edit summary |
mNo edit summary |
||
Line 1:
'''Mercury''' is a functional/logical [[programming language]] based on [[Prolog]], but
Mercury is compiled rather than interpreted as is traditional for [[logic programming|logic languages]]. It has a sophisticated, strict [[Data type|type]] and mode system. Its authors claim
Hello World in Mercury:
<pre>
:- module hello_world.
|