Search found 1 match
- Mon Jan 24, 2005 12:18 pm
- Forum: newLISP newS
- Topic: EBook: Practical Common Lisp
- Replies: 2
- Views: 3726
EBook: Practical Common Lisp
Hello, I found a good ebook about common lisp. Practical Common Lisp by Peter Seibel Here is some code to fetch the files: ;;CONFIG (setq proxy "") ;;"http://proxy.intra.mlsystems.de:8080");; your proxy or null-string (setq lroot "d:/software/practical common lisp/") ;; where to store the files ;;CO...