Clojure Interop with R and Python on GraalVM
gigasquidsoftware.com
Clojure Interop with R and Python on GraalVM
1–4 of 4 posts
Re: Clojure Interop with R and Python on GraalVM
#2Christmas came early this year.
Re: Clojure Interop with R and Python on GraalVM
#3This is a pretty cool instance of running code together, but it doesn't look like you can interchange variables or data. The most common use case for needing to run Python and R together (IMO) is loading some data from Python and using a R library to do some analysis or graphing.
The bottleneck is still converting that pandas DataFrame to an R data.frame efficiently.
Re: Clojure Interop with R and Python on GraalVM
#4This is a pretty cool instance of running code together, but it doesn't look like you can interchange variables or data. The most common use case for needing to run Python and R together (IMO) is loading some data from Python and using a R library to do some analysis or graphing. The bottleneck is still converting that pandas DataFrame to an R data.frame efficiently.
And for Clojure and the other languages, it also looks like this might be more a present for Christmas 2018...