On 15/09/14 14:10, Gomzee wrote:
Hello All,
I am getting ClassCastException
java.lang.String cannot be cast to
java.util.concurrent.Future clojure.core/deref-future
(core.clj:2180) while loading my file on REPL.
Can any one suggest how to debug
this error.
Some mis-placed @ in front of a symbol? Like in this example:
(let [s "string"] @s)
=> ClassCastException java.lang.String cannot be cast to java.util.concurrent.Future clojure.core/deref-future (core.clj:2180)
--
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
---
You received this message because you are subscribed to the Google Groups "Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
|