CS 3600 Introduction to Intelligent Systems : Resources

Home
Projects
Slides
Grading
Syllabus
Resources
Newsgroup

Class resources

Lisp resources

  • directions for setting up lisp in emacs and using emacs in general
  • notes from the lisp tutorial in class
  • Dribble - capturing lisp output
  • Question: How do I get lisp to echo output when loading a program file?
    Answer: (load "sample.lisp" :print :t)
  • sample code to show writing to a file and reading from a file
  • Question: What's with the ":"?
    Answer: checkout this discussion on arguments, keywords and the ":"
  • CLOS tutorial how to do object oriented programming using the Common Lisp Object System
  • Guy Steel's Common Lisp (in html). Generally considered authoritative when it comes to the Lisp spec.
  • Homepage for the book Common Lisp the Language, 2nd Edition by Guy L. Steele
  • LISP Primer - nice introduction to LISP
  • Lisp hyperspec
  • Common Lisp Pitfalls
  • A blog on using Lisp Includes a video of coding a small project.
  • Homepage for the book "ANSI Common Lisp" by Paul Graham. The first two chapters are available online along with some sample code. The book is available for sale.




Last modified by Helene Margaret Brashear (brashear) on 2004-09-20 09:25:58 via WML 2.0.6 (25-Oct-2000).