This works:

    (intern *ns* '*copy1* "value")
    (prn *copy1*)

This doesn't:

    (try 
      (intern *ns* '*copy2* "value")
      (prn *copy2*)
      (finally (prn "I survived!")))

Exception in thread "main" java.lang.RuntimeException: Unable to resolve 
symbol: *copy2* in this context, compiling:(midje/t_m.clj:26)

`def` does work.

Bug?

-----
Brian Marick, Artisanal Labrador
Now working at http://path11.com
Contract programming in Ruby and Clojure
Occasional consulting on Agile


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

Reply via email to