Fork me on GitHub
#data-science
<
2019-12-01
>
viesti08:12:03

Yup, just happened to have a moment of time to experiment :)

parrot 4
chrisn18:12:39

@viesti - Also, you can do all of that via kind of stuff via libpython-clj: https://github.com/cnuernber/libpython-clj/tree/master/example/src

chrisn19:12:11

Actually and while we are talking about it javacpp has an extensive set of bindings to many different things (all done way early): https://github.com/bytedeco/javacpp-presets I would much rather have JNA bindings than javacpp bindings but the javacpp bindings are there and are on maven in a format that allows them to just work with multiple operating systems. They precompile native deps and use the maven selectors to select the deps for your OS.

viesti10:12:18

ah true, had not thought about looking for other native bindings

viesti10:12:33

but yeah, lots of options 🙂

chrisn19:12:21

Lots of different options 🙂.

David Pham22:12:28

How stable do you think the API is on libpython-clj?

chrisn14:12:34

It is pretty stable. The basic import-module, call attribute pathway hasn't changed since I announced it and that is really the only true pathway. Everything else on top of that is sugar to some extent or another.