Lisp
common lisp emacs environment
- install
slime
package - download clozure cl
- setup
(set-language-environment "utf-8")
(setq slime-net-coding-system 'utf-8-unix)
(slime-setup '(slime-fancy))
(setq inferior-lisp-program "c:/opt/ccl-1.10-windowsx86/ccl/wx86cl.exe")
m-x slime
my reading notes
free lisp books
- Basic Lisp Techniques - David J. Cooper, Jr.
- Casting Spels in Lisp
- Common Lisp Quick Reference
- Common Lisp the Language, 2nd Edition
- Common Lisp: A Gentle Introduction to Symbolic Computation - David S. Touretzky
- Common Lisp: An Interactive Approach - Stuart C. Shapiro
- Google's Common Lisp Style Guide
- Interpreting LISP - Gary D. Knott
- Learn Lisp The Hard Way - Colin J.E. Lupton
- Let Over Lambda - 50 Years of Lisp
- Lisp Hackers: Interviews with 100x More Productive Programmers - Vsevolod Dyomkin
- Lisp Koans
- Lisp Web Tales
- Natural Language Processing in Lisp
- On Lisp
- Practical Common Lisp
- Sketchy LISP - Nils Holm
- Structure and Interpretation of Computer Programs
- Successful Lisp: How to Understand and Use Common Lisp - David Lamkins
- The Evolution of Lisp - Guy L. Steele Jr., Richard P. Gabriel
- Lisp Outside the Box - Nick Levine