Programming Language Resources: Principles of Programming Languages, Summer 2008
General
Prolog
- Implementation
- SWI-Prolog is the
implementation we will be using for the course. Should be installed on
spanky.rutgers.edu. Type "pl" to start it up there. You can
download versions for your personal machine, but we will use the version
installed on the CS machines for grading so be sure to test there as well
as your personal computer.
-
Prolog Tutorials
-
Prolog Book: Clocksin and Mellish, Programming in Prolog,
Springer Verlag. Not required but widely recognized as a good resource.
Scheme
Python