13 lines
711 B
Text
13 lines
711 B
Text
|
Mercury is a modern logic/functional programming language, which
|
||
|
combines the clarity and expressiveness of declarative programming
|
||
|
with advanced static analysis and error detection features. Its
|
||
|
highly optimized execution algorithm delivers efficiency far in excess
|
||
|
of existing logic programming systems, and close to conventional
|
||
|
programming systems. Mercury addresses the problems of large-scale
|
||
|
program development, allowing modularity, separate compilation, and
|
||
|
numerous optimization/time trade-offs.
|
||
|
|
||
|
This package includes the compiler, profiler, debugger, documentation,
|
||
|
etc. It does NOT include the "extras" distribution; that is available
|
||
|
from <http://www.cs.mu.oz.au/mercury/download/release.html>.
|