Hi, On Jan 20, 11:10 pm, Bryce <[email protected]> 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 [email protected] Note that posts from new members are moderated - please be patient with your first post. 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
