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