It doesn't feel right only if you still think you are programming in
an Algol-style language where , is a separator token.

I can't imagine this is going to change.

-Per

On Fri, Apr 2, 2010 at 12:37 PM, Frank Siebenlist
<frank.siebenl...@gmail.com> wrote:
> Even though the specs clearly say that commas are whitespace, the following 
> repl session doesn't feel "intuitively" right:
>
> ...
> user> (list 1 2 3)
> (1 2 3)
> user> (list 1, 2, 3)
> (1 2 3)
> user> (list 1, 2, , 3)
> (1 2 3)
> user> (list 1, 2, nil , 3)
> (1 2 nil 3)
> ...
>
> "," is same as ", ," is same as " "... big gotcha for beginning clojurians...
>
> Enjoy, Frank.
>
> --
> 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

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

To unsubscribe, reply using "remove me" as the subject.

Reply via email to