Fork me on GitHub
#announcements
<
2024-04-25
>
genmeblog10:04:44

After years of beta stage we've released https://github.com/scicloj/clojisr v 1.0.0. Clojisr is a library which is allows interop between Clojure and R. R code can be invoked from strings or Clojure forms. R libraries and functions can be imported as namespaces and Clojure functions. Latest version changes how namespaces from R libraries are created. Enjoy! Edit: I wanted to thank @daslu and @carsten.behring (+ many other people) which made it to happen!

šŸŒ‰ 19
šŸŽø 2
šŸ”„ 8
šŸŽ‰ 6
clojure 2
awb9920:04:58

Wow! What a difference to the first versions of clojisr that had all the state management issues. Congratulations! One question: is the api now deeped to be somehow stable? Thanks!

Daniel Slutsky20:04:18

Hi @UCSJVFV35! ā€¢ The API is considered stable. ā€¢ The state-management rewrite will wait for a future version, as there wasn't much recent demand and it did not appear as a pressing user need in that discussion. For context, this was discussed in Zulip recently: https://clojurians.zulipchat.com/#narrow/stream/224816-clojisr-dev/topic/non.20beta.20release.20.3F

Daniel Slutsky20:04:07

> What a difference .. Do you mean there are some problems you were experiencing in the past and not experiencing now? I am wondering what might be the reason.