Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

What makes Lisp...Lisp?

Name: Anonymous 2009-09-10 1:29

If you starting removing features from Lisp, at what point is it no longer Lisp? Some people claim Clojure shouldn't be considered a Lisp. Is it because too much Lisp was removed?

What is at the very heart of Lisp that makes it Lisp?

Name: Anonymous 2009-09-10 11:54

>>34
By the way, that is incorrect:

(cons 'a (cons 'b (cons 'c nil)))

Evaluates to (a b c), not '(a b c) which is a literal list. CONS provides freshly created cons cells.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List