On Sun, Dec 19, 2010 at 7:31 PM, Vagif Verdi <[email protected]> wrote: > Haskell has aha moments too. And it is not lisp. > > The definition of "lisp" i accept is much simpler and much more > obvious: source code of the program is a valid data structure in that > language.
Access to the parse tree. C source code is a valid string data structure in C, but you can't really do that much with it without a lot of parsing first. -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en
