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