CS 451 Programming Paradigms - Spring 2002
General Information
Instructor:
Darko Stefanovic
TAs: Mykola Dudar
Office*: FEC 301a
Phone*: (505) 277-3394
Office Hours*: Wednesday 2:00-3:50 pm, Thursday 3:00-5:00 pm,
or by appointment (email me).
*All of that is true only for Mykola Dudar as a TA on CS451
Course Topics
-
Course
web page
-
Class mailing
list , to subscribe visit:
http://www.cs.unm.edu/cgi-bin/mailman/listinfo/cs451
-
Assignments & Homeworks
-
Homework 1, due Monday 28 January (Latex,
Postscript,
PDF).
-
Homework 2, due Monday 11 February (Latex,
Postscript,
PDF).
-
Homework 3, due Monday 25 February (Postscript,
PDF).
-
Homework 4, due Wednesday 6 March (Postscript,
PDF).
-
Homework 5, due Wednesday 27 March (Postscript,
PDF).
-
Homework 6, due Wednesday 3 April(Postscript,
PDF).
-
Homework 7, due Monday 15 April(Postscript,
PDF).
-
Homework 8, due Monday 29 April(Postscript,
PDF).
-
Resources
-
Scheme
-
Squeak
-
Squeak installation packet (local copy).
You also could go to class
web page and download it from there.
-
To install:
-
Download it to your account.
-
Run gzip -d squeak-3.0-cs451.tar.gz
-
Run tar -xvf squeak-3.0-cs451.tar
-
If your have a root password (you own a computer) in a directory Squeak-3.0/
run file INSTALL. Then go to your home directory and only for the first
time run "inisqueak" command. After that you could run just "squeak".
-
If you are working on CS Account go to ./Squeak-3.0/i686-pc-linux-gnu/usr/local/bin
-
Then move image, source and changes file to this directory
-
mv ../share/squeak/3.0/Squeak3.0.changes .
-
mv ../share/squeak/3.0/Squeak3.0.image .
-
mv ../share/squeak/SqueakV3.sources .
-
Run squeak with command "squeak Squeak3.0.image".
-
Simple rect example:
-
Prolog
-
ML
If you would like to contact me, email to dmykola@cs.unm.edu
Designed by Mykola Dudar 2002