Hi,
Just tried a piece of code from here...
(defn my-deref [x]
  (if (or (isa? clojure.lang.Ref (class x))
          (isa? clojure.lang.Agent (class x))
          (isa? clojure.lang.Atom (class x)))
    @x
    x))
java.lang.ClassNotFoundException: clojure.lang.Atom (NO_SOURCE_FILE:
22)

But I think I used atom before and working...
If my version is older I may have to download newer one.
I think I downloaded about a month ago.

Thanks,
sun


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