CS 5541
Program 0 - Practicing Lisp
Due September 23, 2010
10 points

Introduction

During this semester we are going to be working in Lisp. In this first assignment we will simply be practicing lisp and writing some (hopefully) simple functions. The functions to write are:

Testing

Shows tests of your method that explore both cases that are and are not palindromes for the routines. Similarly test your array to list translation methods to demonstrate that the results are correct.

What To Hand In

Hand in clean, nicely commented copies of all of your code (make sure to include the class code so we can tell if anything is changed). In addition, hand in results for all of your tests.