Better yet we can say that function calls and forms always start with a
symbol and end with punctuation or some natural delimiter.  So we could
write things like:

defn f [x]
  println "hi"!
  42;
.

doseq [e range 10 20]
   f e;
.

map fn [x] Math/pow x 2.0, range 10.

if even 3?
  :even
  :odd.

No need for parens at all!

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

Reply via email to