blob: 963bdc621cb528ab7a5af32fed597c9c5e72d6b4 (
plain)
1
2
3
4
5
6
7
8
9
|
ISO/Edinburgh-style Prolog compiler. Compliant with Part 1 of the ISO
standard for Prolog. Covers all traditional Edinburgh Prolog features
and shares many features with Quintus and SICStus Prolog, including a
compatible module system. Very fast compiler, garbage collection (also
on atoms), fast and powerful C/C++ interface, autoloading,
GNU-readline interface. SWI-Prolog supports architectures with 32-bit
or greater (64-bit) word-length.
This is a meta-package that pulls in the interpreter and packages.
|