CSE 341 - Programming Languages

Prolog & Constraints

The standard file extension for Prolog programs is .pl. However, a file with this extension will get interpreted as a perl program. So we've included a .txt version of each Prolog program linked on this page that should show in your browser and that can be downloaded. If you download it, rename it to a .pl file before loading it into Prolog. Or use the zip file.

Getting Started

Prolog Lecture Notes

Source Code

zip file with all the source code files: prolog-source-files.zip

Useful Links