1.0
Updates:
  1. none

Program One Checklist -- Animal LISP


  1. Downloaded Java to your machine
  2. Ran the Java install, including setting your path variable
  3. Downloaded abcl LISP to your machine
  4. Tested Java is running on your machine using "Java -version"
  5. Tested LISP is running on your machine using "(+ 3 4)"
  6. Posted a note, or a response, to the Animal / LISP newsgroup just to check in with your fellow scholars.
  7. Created a practice dribble file
  8. created a subdirectory for your submission files
  9. Wrote some comments in your animal program explaining what you have done, or how the program works.
  10. Saved some of your animal data to disk using animal's save function e.g.: (save-it "AnidataF.dat").
  11. Loaded some data back into lisp from one of your, e.g., anidataF.dat files
  12. Made version copies of your animal.lisp program using an ascii editor such as wordpad
  13. Loaded the original animal.lisp program into LISP and played with it.
  14. Loaded one of your new animal versions (e.g. aniB.lisp) into LISP and verified that it worked.
  15. Added the format statement to print your name in animal
  16. Created testA.drb
  17. Added some additional responses to the *normal-win-responses* list.
  18. created testB.drb
  19. Made the lists for depressed responses.
  20. Changed the response strings to inlude N: for normal, D: for depresesd, and M: for manic.
  21. Read the all the hints about how to write the program
  22. Created the function to make the depressed personality.
  23. Tested your depressed personality function
  24. Made the function for the manic personality
  25. created testC.drb
  26. 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.
  27. Verified that you do NOT have abcl.n.n.jar or jdk.n.n.exe in your submission directory!
  28. Zipped all your submission files together.
  29. Submitted your zip file to COL.