On Nov 17, 2008, at 13:56, Simon Brooke wrote:

> However, you're dead wrong about Lots of Irritating Stupid
> Parentheses. They are the heart of the language: the fact that it does
> not need any irregular syntax, because everything is regular.

For me, the heart of Lisp is that code is expressed in terms of data  
structures, i.e. that there is no separate syntax for code and data.  
Clojure respects that principle.

While it is true that Clojure's syntax is slightly less regular than  
other Lisps' in using both lists and vectors to define code, that is  
a minor issue for me, and my experience is that Clojure code is  
definitely easier to read than other Lisps because of this.

Of course, the only universally true statement about syntax is that  
it is a matter of taste...

Konrad.

--~--~---------~--~----~------------~-------~--~----~
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
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to