TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Clojure Interop with R and Python on GraalVM

15 点作者 gigasquid超过 7 年前

2 条评论

huac超过 7 年前
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 未加载
malloryerik超过 7 年前
Christmas came early this year.