On 25.09.2012 23:58, Alex Dowad wrote:
> Does anyone know what's going on here?
> 
> user=> (let [a 1] (eval 'a))
> 1
> user=> (ns another-ns)
> nil
> another-ns=> (let [a 1] (eval 'a))
> CompilerException java.lang.RuntimeException: Unable to resolve symbol:
> a in this context, compiling:(NO_SOURCE_PATH:41) 

I don't see this behavior on Clojure 1.4.0

user=> (let [a 1] (eval 'a))
CompilerException java.lang.RuntimeException: Unable to resolve symbol:
a in this context, compiling:(NO_SOURCE_PATH:1)

-- 
Timo

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