Belun wrote: > why does everything have to be a data structure ? like (operation > parameter parameter ...)
I assume you can see why parameters are data structures (or just plain data, if you want speed). Operations - or function calls - are data structures because it makes sense. Especially in Lisp, because you want as little abstraction between the language implementation and the source code as possible in a Lisp. And you want that because it makes writing the language in itself easier. -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en