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.

Interaction Nets, Combinators, and Calculus – HVM

114 pointsby erlend_shabout 2 years ago

4 comments

metadatabout 2 years ago
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)
davempabout 2 years ago
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 未加载
markusdeabout 2 years ago
&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 未加载
LightMachineabout 2 years ago
Very well written and beautiful article.