Three Implementation Models for Scheme - R. Kent Dybvig
原文非常详尽,其中给出的代码 99% 都可以直接执行,在仓库
lotuc/three-implementation-models-for-scheme
记录下其中实现、源码中做了一点笔记。
下面是按章节给出的源码索引,目前还在更新中。
-
Chapter 2
-
2.5 A Meta-Circula Interpreter:
源码
-
Chapter 3
-
3.4 Implementing the Heap-Based Model:
源码
-
3.5 Improving Variable Access:
源码
-
Chapter 4
-
4.1 Stack-Based Implementation of Block-Structured Languages:
源码
-
4.2 Stack Allocating the Dynamic Chain:
源码
-
4.3 Stack Allocating the Static Chain:
源码
-
4.4 Display Closures:
源码
Author: lotuc, Published at: 2023-12-17 Sun 00:00, Modified At:
2023-12-19 Tue 21:56 (orgmode - Publishing)