Design and Implementation of Programming Languages
Top
Lectures
Assignments
Noticeboard
Assignment 1
, Due January 18, 2001.
Assignment 1 solutions
Assignment 2
, Due January 25, 2001.
Assignment 2 solutions
Assignment 3
, Due February 13, 2001
Assignment 3 solutions
Assignment 4
, Due February 22, 2001.
Assignment 4 solutions
Assignment 5
, Due March 8, 2001.
Assignment 5 solutions
Assignment 6
, Due April 5, 2001.
Assignment 6 solutions
Assignment 7
, Due April 26, 2001.
Running Scheme:
Make sure your CLASSPATH includes /home/lab428
Execute the command:
java kawa.repl
This puts you into the Scheme interpreter
To exit, use the command
(exit)
More info:
http://www.gnu.org/software/kaw/akawa.html
Running Prolog:
Include /home/lab428/a5-0-18/bin in your PATH
AMZI_DIR=/home/lab428/a5-0-18
Include /home/lab428/a5-0-18/lib in your LD_LIBRARY_PATH
Execute the command:
alis
This puts you into the Prolog interpreter
More info:
file:/home/lab428/a5-0-18/docs/amzidoc.htm
Note - place all your facts in a file before entering alis. (E.g., call the file program.pl) When alis comes up, use the command:
consult('program.pl').<.tt>
Assignment 7 solutions
Alan Kaplan
Last modified: Fri Apr 27 11:46:03 EDT 2001