CS 4480, Fall 2007
  Programming Assignment 2
Due Tuesday, November 13, 2007



1. Write a recursive Lisp function the reverses a list. Test it on at least:


2. Using the aima-lisp code from the book website. Do problem 7.9, by creating a KB and then querying the KB.


Upload a script to the homework submission system, showing your function and tests for 1. and the creation and query of the KB for 2.