Re: JDK versions for clojure 1.7

2015-10-02 Thread Makoto Hashimoto
Thanks ! 2015-10-03 9:38 GMT+09:00 Ghadi Shayban : > 1.6 and later. > > > On Friday, October 2, 2015 at 8:12:58 PM UTC-4, webber wrote: >> >> Hi, >> >> I'd like to ask a question. >> Which versions of JDK does Clojure 1.7 support ? >> >> 1.6 or later, 1.7 or later ? >> >> Thanks, >> MH >> >> -- >

Re: [ANN] Chestnut 0.7.0

2015-03-11 Thread Makoto Hashimoto
Hi Arne, Thank you for your advice. I hope chestnut runs on the latest versions of cljs and om. Is there any info or suggestions ? Makoto 2015-03-11 23:58 GMT+09:00 Arne Brasseur : > Sorry for the delayed response, I didn't have email notifications set up > correctly. > > Interesting way of usi

Re: [ANN] Chestnut 0.7.0

2015-03-11 Thread Makoto Hashimoto
Hi Tim, I branched from the original source and set the version like 0.6.1-SNAPSHOT. Controlling versions in ~/.lein/profiles.clj was slightly convenient and worked for the 0.6.0. Makoto 2015-03-11 13:35 GMT+09:00 Tim Gilbert : > Oh, that's odd. I don't have any entries in my own user plugins

convert between PersistentArrayMap and HashMap

2014-09-14 Thread Makoto Hashimoto
I am writing clojure code calls java's method which parameters and return are HashMap. When I call java method with clojure's Map, the following error occurred. java.lang.ClassCastException: clojure.lang.PersistentArrayMap cannot be cast to java.util.HashMap So, I'd like to convert nest