gprolog

v 1.5.0 Updated: 2 years, 9 months ago

GNU Prolog compiler

GNU Prolog is a free Prolog compiler with constraint solving over finite domains developed by Daniel Diaz. GNU Prolog accepts Prolog+constraint programs and produces native binaries (like gcc does from a C source). The obtained executable is then stand-alone. The size of this executable can be quite small since GNU Prolog can avoid linking the code of most unused built-in predicates. The performance of GNU Prolog is very encouraging (comparable to commercial systems). Beside native-code compilation, GNU Prolog offers a classical interactive interpreter (top-level) with a debugger.

http://gprolog.inria.fr/

To install gprolog, paste this in macOS terminal after installing MacPorts

sudo port install gprolog

Add to my watchlist

Installations 5
Requested Installations 4