Using Prolog on IT labs machines
Available Package
Prolog is available on all the machines in ITLabs.
How to run Prolog
module load prolog/5; pl
You need to type in the command module load prolog/5
only the first time you want to use prolog in each login.
If you prefer, you can make this step automatic by adding
the module prolog
to the list of modules that are added to you path when you login.
This is done by modifying the module command line in
your .cshrc file.
References on SWI Prolog
- The
SWI-Prolog Web page.
You can download the software and manuals from there, and get additional
info on Prolog, programs, applications, etc.
Look at the
SWI-Prolog interactive FAQ for information on how to start prolog, use
GNUEmacs, use prolog on MS_Windows, common error messages, etc.
Books and Tutorials on Prolog
Free implementations of Prolog