Files
ports-lang-mercury/ports/lang/mercury/pkg/DESCR-minimal
2022-03-17 18:53:13 +00:00

6 lines
289 B
Plaintext

Mercury is a pure logic programming language intended for the creation
of large, fast, reliable programs. The syntax of Mercury is based on
the syntax of Prolog, but semantically the two languages are very
different due to Mercury's purity, its type, mode, determinism and
module systems.