Related questions
What's the best way to learn LISP?
I have been programming in Python, PHP, Java and C for a couple or years now, and I just finished reading Hackers and Painters, so I would love to give LISP a try!
I understand its totally diferent from what …
Check if item is in a list (Lisp)
What's a simple way to check if an item is in a list?
Something like
(in item list)
might return true if item=1 and list=(5 9 1 2) and false if item=7
Lisp commenting convention
What is the Lisp convention about how many semicolons to use for different kinds of comments (and what the level of indentation for various numbers of semicolons should be)?
Also, is there any convention about when to use semicolon comments …