Hi,

On Jan 20, 11:10 pm, Bryce <fiat.mo...@gmail.com> wrote:

> What am I missing?

Try ` instead of '. eval evaluates the expression with a different ns.
Since y is not properly quoted it is not found. ` will resolve y to
its qualified name and everything will work out.

Standard Disclaimer: this is only one subtle gotcha with eval. In 99%
of all cases it is worth the trouble to find a solution without eval.

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