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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Micro Virtual Machines as Solid Foundation for Language Development

63 点作者 gkuan大约 10 年前

3 条评论

hga大约 10 年前
Their "concrete instantiation[s] of a micro virtual machine", their reference implementations, are in Java and Scala, which of course run on managed VMs, which makes me at first glance wonder what they think they've demonstrated with these implementations.
评论 #9591766 未加载
dman大约 10 年前
Epic comment on the thread - <a href="http:&#x2F;&#x2F;lambda-the-ultimate.org&#x2F;node&#x2F;5161#comment-85861" rel="nofollow">http:&#x2F;&#x2F;lambda-the-ultimate.org&#x2F;node&#x2F;5161#comment-85861</a>
评论 #9590145 未加载
kodablah大约 10 年前
For those looking for the spec and early impl, see <a href="http:&#x2F;&#x2F;microvm.org" rel="nofollow">http:&#x2F;&#x2F;microvm.org</a>. The paper says it can currently run simple RPython scripts.