http://thedailywtf.com/Articles/Disgruntled-Bomb-Java-Edition.aspx

user=> (import '(dont.try_this.at_home ValueMunger))
nil
user=> (.start (ValueMunger.))
nil
user=> (def a 1)
#'user/a
user=> a
1
user=> a
java.lang.Exception: Unable to resolve symbol: b in this context
(NO_SOURCE_FILE:0)
a
2

a
1
user=> a
java.lang.Exception: Unable to resolve symbol: b in this context
(NO_SOURCE_FILE:0)
user=> a
#<core$_STAR___3341 clojure.core$_STAR___3341@37a001ff>
user=> a
1
user=> a
1
a
java.lang.Exception: Unable to resolve symbol: b in this context
(NO_SOURCE_FILE:42)
user=> a
java.lang.Exception: Unable to resolve symbol: b in this context
(NO_SOURCE_FILE:2)
user=> a
2
a
java.lang.Exception: Unable to resolve symbol: b in this context
(NO_SOURCE_FILE:0)
user=> a
2
user=> a
42
a
java.lang.Exception: Unable to resolve symbol: b in this context
(NO_SOURCE_FILE:0)

-- 
Michael Wood <[email protected]>

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