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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Interaction Nets, Combinators, and Calculus – HVM

114 点作者 erlend_sh大约 2 年前

4 条评论

metadat大约 2 年前
Discussed today:<p><i>Higher-Order Virtual Machine (HVM)</i><p><a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=35336113" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=35336113</a> (33 comments)
davemp大约 2 年前
Unfortunate acronym choice considering the term HVM is already used to refer to Hardware assisted Virtual Machines. [0]<p>[0]: <a href="https:&#x2F;&#x2F;wiki.xenproject.org&#x2F;wiki&#x2F;Xen_Project_Software_Overview#HVM_and_its_variants_.28x86.29" rel="nofollow">https:&#x2F;&#x2F;wiki.xenproject.org&#x2F;wiki&#x2F;Xen_Project_Software_Overvi...</a>
评论 #35347201 未加载
markusde大约 2 年前
&gt; A caveat of this technique for reducing lambdas is that it doesn&#x27;t exactly match the behavior of the normal lambda calculus. While it might reduce the same as the normal lambda calculus in many cases, it doesn&#x27;t always. And that&#x27;s totally fine, it doesn&#x27;t need to match perfectly to be useful in it&#x27;s own right.<p>This seems like a serious problem for something trying to be so foundational... I&#x27;m kind of surprused the author doesn&#x27;t go into more detail about it. Why is this fine? If not for evaluating arbitrary programs, what is HVM useful for?
评论 #35350046 未加载
LightMachine大约 2 年前
Very well written and beautiful article.