Fork me on GitHub
#clojure-dev
<
2018-03-01
>
matan02:03:36

Any tips on exposing your Clojure code to be run from a python program? 🙂

matan02:03:14

Oops wrong channel, apologies

matan02:03:07

Actually, you might want to eye https://github.com/oracle/graal (future clojure runtime?)

Alex Miller (Clojure team)03:03:48

Carin Meier has actually done some hacking of clojure and python using graal

rauh12:03:32

partition-all doc says that it returns a lazy seq of lists, though in the transducer case vectors are returned. That should probably be mentioned?

Alex Miller (Clojure team)13:03:44

Transducers don’t return collections at all - that’s up to the transducing process

Alex Miller (Clojure team)13:03:11

Oh sorry I misread what you said

Alex Miller (Clojure team)13:03:19

You mean the inner colls

Alex Miller (Clojure team)13:03:46

Sure , feel free to JIRA that

seancorfield18:03:37

I did a bit of a spike on core.cache and core.memoize last night. If anyone has specific input on any of the remaining open issues (or, indeed, on any of the fixes I've made so far), feel free to chime in via JIRA -- https://dev.clojure.org/jira/browse/CCACHE and https://dev.clojure.org/jira/browse/CMEMOIZE

bronsa18:03:58

awesome @seancorfield thanks much for your work on this

seancorfield18:03:54

I'd be particularly interested in feedback on https://dev.clojure.org/jira/browse/CCACHE-15