MIME-Version: 1.0 Server: CERN/3.0 Date: Wednesday, 15-Jan-97 01:46:26 GMT Content-Type: text/html Content-Length: 2121 Last-Modified: Friday, 13-Dec-96 19:28:34 GMT Natalya Lagunova's LISP lab page

Fall 1996

COM3112 - LISP lab.

Hi, the LISP lab is over!!!

Happy vacations!


Homeworks:

Homework 1

Homework 2

Homework 3

Homework 4 Due in one week!

Homework 5:

Homework 6


Exams:

Here is the statistics for the Final Exam:

The average grade is 95. There are 12 A's, 3 A-, 2 B+, 1 C and 1 D.

Take a look at the solutions to Final.


Handouts:

Algorithms for converting lists to boxes and back.

Method of recursion: LISP examples. Now includes the examples of recursion with MAPCAR and APPLY: SUBST-ALL and COUNT-ATOMS.

Tail recursion vs. looping. SETQ vs. LET.

More about DEFVAR (optional). Read this if you want to solve extra credit problem in HW3, and also if you plan to take PPL shortly.

Functions as arguments and results.

Powerful functions and databases.

Structures.


Help:

General Help on LISP

Help on Emacs

Help on Unix

Help on debugging in ACL


Useful Links:

Common LISP the Language by Guy & Steele