Is there any disadvantage to making:

(map-or-vector :foo "bar" 5)

Equivalent to:

(((map-or-vector :foo) "bar") 5)

For hash maps and vectors? As far as I can see, this doesn't conflict
with any other syntax, and it would cut down on the brackets when
dealing with maps within maps.

- James

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