This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2024-04-25
Channels
- # announcements (4)
- # beginners (26)
- # calva (18)
- # cider (24)
- # clojure (35)
- # clojure-brasil (9)
- # clojure-dev (6)
- # clojure-europe (39)
- # clojure-madison (1)
- # clojure-nl (1)
- # clojure-norway (100)
- # clojure-uk (6)
- # clojurescript (17)
- # data-science (15)
- # datalevin (5)
- # emacs (1)
- # events (2)
- # introduce-yourself (2)
- # javascript (1)
- # malli (28)
- # missionary (7)
- # off-topic (59)
- # polylith (20)
- # reitit (2)
- # releases (1)
- # remote-jobs (2)
- # rewrite-clj (5)
- # shadow-cljs (27)
- # sql (5)
- # squint (63)
- # xtdb (8)
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!
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!
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
> 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.