TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Clojure Interop with R and Python on GraalVM

15 pointsby gigasquidover 7 years ago

2 comments

huacover 7 years ago
This is a pretty cool instance of running code together, but it doesn&#x27;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.<p>The bottleneck is still converting that pandas DataFrame to an R data.frame efficiently.
评论 #15539424 未加载
malloryerikover 7 years ago
Christmas came early this year.