Open a fresh ClojureScript REPL and type:

> (def symbol1 'G__1)
G__1
> (def symbol2 (gensym))
G__1
> (= symbol1 symbol2)
true

Looks like a bug to me. It certainly doesn't work that way in Clojure 
(though the ordering of these statements matters). I googled around but 
didn't see any other reports of this.

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