(no title)
chaoky
|
10 years ago
Good Common Lisp doesn't use lists. A Lisp app does nothing like processing lists; in fact, Common Lisp only uses list-processing for processing source-code (aka macros). It is much more like a faster, more functional Ruby or Python in that it uses classes, looping, but encouraging good functional abstractions. Real-world Common Lisp looks nothing like scheme.
allendoerfer|10 years ago
martinflack|10 years ago
Try this as an explanation (and keep reading the book): http://www.gigamonkeys.com/book/introduction-why-lisp.html