mercury 22.01.4
Pure logic programming language
Mercury is a 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.
- Website: https://mercurylang.org
- Licenses: GPL 2
- Package source: gnu/packages/mercury.scm
- Builds: See build status
- Issues: See known issues
Installation
Install mercury 22.01.4
as follows:
guix install mercury@22.01.4
Or install the latest version:
guix install mercury
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.