This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-01-07
Channels
- # adventofcode (3)
- # announcements (6)
- # babashka (20)
- # beginners (53)
- # calva (11)
- # clj-kondo (11)
- # clojure (50)
- # clojure-argentina (4)
- # clojure-dev (1)
- # clojure-europe (14)
- # clojure-houston (1)
- # clojure-italy (2)
- # clojure-nl (4)
- # clojure-norway (3)
- # clojure-seattle (3)
- # clojure-uk (13)
- # clojurescript (2)
- # cloverage (1)
- # code-reviews (4)
- # conjure (2)
- # cursive (5)
- # datalevin (4)
- # datascript (33)
- # datomic (16)
- # events (1)
- # graphql (10)
- # gratitude (1)
- # honeysql (6)
- # introduce-yourself (2)
- # jobs (1)
- # lsp (88)
- # malli (8)
- # off-topic (3)
- # other-languages (4)
- # polylith (3)
- # re-frame (16)
- # reagent (17)
- # reitit (3)
- # releases (2)
- # remote-jobs (1)
- # rewrite-clj (3)
- # shadow-cljs (3)
- # slack-help (2)
- # sql (36)
- # testing (31)
- # tools-deps (41)
- # xtdb (23)
I have a need to interop with R code in order to test a cljs implementation of a statistical model generated by R. I’ve seen @gigasquid’s 2016 presentation on using GraalVM for this, but I was wondering whether this remains the best starting point? I’m asking on this channel because there’s plenty of Graal expertise here! :)
@grumplet We also have a #graalvm channel, but I'd be happy to answer it here in a 🧵
Of course you could also shell out to an existing R environment if the above is too complicated.
One problem is that I need to test a cljs implementation rather than a clj one. Not really a problem unless I have to change the code under test too much.
Blog: Using babashka with PHP https://blog.michielborkent.nl/using-babashka-with-php.html
I noticed that pop!
doesn't work in Babashka, so I made a pull request https://github.com/babashka/sci/pull/658
Pushed to babashka as well. New binary should appear in #babashka-circleci-builds soon
actually they are published here too: https://github.com/babashka/babashka-dev-builds and you can use the install script to get it locally