mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-21 04:13:46 +00:00
20 lines
762 B
Plaintext
20 lines
762 B
Plaintext
Source: mercury
|
|
Section: devel
|
|
Priority: optional
|
|
Maintainer: Tyson Dowd <trd@cs.mu.oz.au>
|
|
Standards-Version: 2.4.1
|
|
|
|
Package: mercury
|
|
Architecture: any
|
|
Depends: ${shlibs:Depends}
|
|
Recommends: gcc
|
|
Description: New logic/functional programming language
|
|
Mercury is a new 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.
|