Mercury (programming language): Difference between revisions

Content deleted Content added
m Extend wikilink body
Line 16:
:- implementation.
 
main -->>
io__write_string("Hello, World!\n").
</pre>
 
(by [http://www.cs.mu.oz.au/research/mercury/tutorial/hello-world.html Ralph Becket] at the University of Melbourne):
 
 
Mercury is developed at the [[University Of Melbourne]] Computer Science department under the supervision of [[Zoltan Somogyi|Dr. Zoltan Somogyi]].
 
 
Unfortunately, the current Mercury implementation lacks user level documentation (only reference documentation exists). Thus it is almost unused outside the team of its creators.