1.0
Updates:
- none
Program One Checklist -- Animal LISP
- Downloaded Java to your machine
- Ran the Java install, including setting your path variable
- Downloaded abcl LISP to your machine
- Tested Java is running on your machine using "Java -version"
- Tested LISP is running on your machine using "(+ 3 4)"
- Posted a note, or a response, to the Animal / LISP newsgroup just
to check in with your fellow scholars.
- Created a practice dribble file
- created a subdirectory for your submission files
- Wrote some comments in your animal program explaining what you have
done, or how the program works.
- Saved some of your animal data to disk using animal's save
function e.g.: (save-it "AnidataF.dat").
- Loaded some data back into lisp from one of your, e.g., anidataF.dat
files
- Made version copies of your animal.lisp program using an ascii editor
such as wordpad
- Loaded the original animal.lisp program into LISP and played with
it.
- Loaded one of your new animal versions (e.g. aniB.lisp) into LISP and
verified that it worked.
- Added the format statement to print your name in animal
- Created testA.drb
- Added some additional responses to the *normal-win-responses* list.
- created testB.drb
- Made the lists for depressed responses.
- Changed the response strings to inlude N: for normal, D: for
depresesd, and M: for manic.
- Read the all the hints about how to write the program
- Created the function to make the depressed personality.
- Tested your depressed personality function
- Made the function for the manic personality
- created testC.drb
- Moved your data files (with the animals in them), your dribble
files (with the log of what you typed in LIISP in them), your
aniX.lisp program file (the latest version) and possbly a readme.txt
or comments.html file with some comments in it into your ani-files
subdirectory.
- Verified that you do NOT have abcl.n.n.jar or jdk.n.n.exe in your
submission directory!
- Zipped all your submission files together.
- Submitted your zip file to COL.