有哪些学习如何实施方案宏的好资源?

发布于 2024-08-25 00:50:16 字数 273 浏览 4 评论 0原文

我用 JavaScript 编写了一个类似Scheme 的语言编译器/vm。 http://github.com/z5h/zb-lisp
Dybvig 的“三种方案实现”论文(可在我的 github 上找到)对于尾部调用优化、调用/抄送和其他功能的实现非常重要。

我正在考虑添加某种类型的宏支持。并想知道是否有类似的很棒的参考资料来实现宏系统。

谢谢。

I've written a Scheme-ish language compiler/vm in JavaScript. http://github.com/z5h/zb-lisp
Dybvig's "Three Scheme Implementations" paper (available on my github) was hugely important in getting stuff like tail-call-optimization, call/cc and other things working.

I'm thinking about adding some type of macro support. And wondering if there are similarly awesome references for implementing macro systems.

Thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

泪眸﹌ 2024-09-01 00:50:16

Lisp in Small Pieces 就是你所需要的。

Lisp in Small Pieces is what you need.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文