YAP (Prolog)

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Chai-alice (talk | contribs) at 22:19, 26 September 2016. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

YAP Prolog
Stable release
6.2.2 / 28 October 2010; 13 years ago (2010-10-28)
Operating systemLinux, Windows, Solaris, Mac OS X
PlatformProgramming language
LicensePerl Artistic License 2.0
Websitewww.dcc.fc.up.pt/~vsc/Yap/

YAP is an open source, high-performance implementation of the Prolog programming language developed at LIACC/Universidade do Porto and at COPPE Sistemas/UFRJ. Its Prolog engine is based in the WAM (Warren Abstract Machine), with several optimizations for better performance. YAP follows the Edinburgh tradition, and is largely compatible with the ISO-Prolog standard and with Quintus Prolog and SICStus Prolog. YAP has been developed since 1985. The original version was written in assembly, C and Prolog, and achieved high performance on m68k-based machines.

See also

External links