Re: Anyone spent time with Kawa Scheme?

2018-04-03 Thread 'André' via Clojure
Rich has covered some of the motivation of why not extending existing Lisp->Java integrations, like Kawa and ABCL: https://www.youtube.com/watch?v=cPNkH-7PRTk, around 3:25 On 04/02/2018 05:53 PM, 'somewhat-functional-programmer' via Clojure wrote: > I've recently come across Kawa Scheme and am v

Re: clojure.lang.PersistentVector cannot be cast to clojure.lang.IAtom

2018-04-03 Thread 'André' via Clojure
|collection| probably isn’t an atom. Do you have a fully working snippet? On 04/03/2018 08:24 PM, Renata Soares wrote: > Good Night, > > I have this function: > > (defn treat-requests [key-request collection] > (let [selecteds (filter #((keyword key-request) %) input)] > (doseq [item selecteds] >

Re: Anyone spent time with Kawa Scheme?

2018-04-03 Thread 'André' via Clojure
They maybe relevant too: https://www.youtube.com/watch?v=2V1FtfBDsLU, around 1h4min On 04/03/2018 05:29 PM, 'André' via Clojure wrote: > > Rich has covered some of the motivation of why not extending existing > Lisp->Java integrations, like Kawa and ABCL: > > htt