Next: Getting started
Up: Using SWI-Prolog
Previous: Contents
  Contents
Running a Prolog program involves
- creating a file containing the program
- saving the file
- loading the file into Prolog (called consulting, or
reconsulting, the file in Prolog jargon)
- finally,
calling some goal defined in the program
The version of Prolog we will be using is one which runs on a variety of different platforms and is called SWI-Prolog. At York, it is accessible on the university's Windows network. (Information about how to get your own copy is provided at the end of this documentation.)
Subsections
Steve Harlow
2001-11-12