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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Implementing Closures in a Compiled Lisp

3 点作者 ekez超过 4 年前

1 comment

ekez超过 4 年前
Hi HN. I wrote this up after feeling frustrated about a lack of information online about compiling closures. My hope is that is is useful to other people who get stuck at that point in writing their compiler.<p>The Lisp[1] I&#x27;m writing that I based this on is actually built on Cranelift[2] which has been a fun experience to work with. I&#x27;d love whatever feedback and questions people have.<p>[1] <a href="https:&#x2F;&#x2F;github.com&#x2F;ZekeMedley&#x2F;lustc&#x2F;" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;ZekeMedley&#x2F;lustc&#x2F;</a> [2] <a href="https:&#x2F;&#x2F;github.com&#x2F;bytecodealliance&#x2F;wasmtime&#x2F;tree&#x2F;main&#x2F;cranelift" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;bytecodealliance&#x2F;wasmtime&#x2F;tree&#x2F;main&#x2F;crane...</a>