On Sun, Nov 30, 2008 at 1:15 PM, Mark Volkmann
<[EMAIL PROTECTED]> wrote:
>
> println "my-var is" my-var
>
> instead of
>
> (println "my-var is" my-var)
>
> It's entirely possibly I'm overlooking some reason why this is a bad idea.

I'm generally in favor of ditching parens whenever possible.  I do
wonder, though, if people would be confused by:

user=> [1 2 3]
java.lang.IllegalArgumentException: Wrong number of args passed to:
LazilyPersistentVector (NO_SOURCE_FILE:0)

--Chouser

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