Use Require and Import

2014-09-18 Thread Gomzee
I am new to clojure can any one give me a good example answer to differentiate between Use, Require and Import. Specially I am getting confused with Require and Import. Hoping to get answer soon. -- You received this message because you are subscribed to the Google Groups "Clojure" group. To p

Re: [ANN] Clojure Videos (with options for Linux users)

2014-09-18 Thread Gomzee
I tried to open this link (https://tbaldridge.pivotshare.com). Its not working. Can you check and let me know. On Friday, September 19, 2014 6:21:46 AM UTC+5:30, tbc++ wrote: > > Just wanted to throw this out there, but I've been making steady progress > on my Clojure Tutorial Videos (https://tb

Re: Class cast exception in Clojure

2014-09-15 Thread Gomzee
Thanks, for your reply. Is there any other possibility of getting this error. As I have checked for the situation mentioned by you. On Monday, September 15, 2014 5:40:06 PM UTC+5:30, Gomzee wrote: > > Hello All, > > I am getting ClassCastException java.lang.String canno

Class cast exception in Clojure

2014-09-15 Thread Gomzee
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. -- You received this message because you are subscribed to the Googl