This version of Learn Prolog Now! embeds SWI SH , SWI-Prolog for SHaring. The current version rewrites the Learn Prolog Now! HTML on the fly, recognising source code and example queries. It is not yet good at recognising the relations between source code fragments and queries. Also Learn Prolog Now! needs some updating to be more compatible with SWI-Prolog. All sources are on GitHub:
LearnPrologNow LPN SWISH Proxy SWISH

Several Prolog environments are available, and probably the best idea is simply to google what's available. But we list here some of the more widely used systems. Or go to the comp.lang.prolog FAQ for a more complete list.

SWI-Prolog A Free Software Prolog environment, licensed under the Lesser GNU public license. This popular interpreter was developed by Jan Wielemaker. This is the interpreter we used while developing this book.
http://www.swi-prolog.org/
SICStus Prolog Industrial strength Prolog environment from the Swedish Institute of Computer Science.
http://www.sics.se/sicstus/
GNU Prolog Another more widely used free Prolog compiler developed by Daniel Diaz. http://www.gprolog.org
YAP Prolog A Prolog compiler developed at the Universidade do Porto and Universidade Federa do Rio de Janeiro. Free for use in academic environments.
http://www.ncc.up.pt/~vsc/Yap/
Strawberry Prolog Strawberry Prolog is specially designed for education. It works with Windows Vista/XP as well as Unix/Linux. It is developed at the Bulgarian Academy of Sciences and can be downloaded from http://www.dobrev.com/
eXTReMe Tracker
© 2006-2012 Patrick Blackburn, Johan Bos, Kristina Striegnitz