Jeremy Siek 6 年之前
父节点
当前提交
fd04e1f081
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. 3 1
      book.tex

+ 3 - 1
book.tex

@@ -3,9 +3,11 @@
 %% Student project ideas:
 %%   * high-level optimizations like procedure inlining, etc.
 %%   * alternative back ends (ARM, LLVM)
+%%   * alternative calling convention (a la Dybvig)
 %%   * lazy evaluation
 %%   * gradual typing
-%%   * continuations, exceptions
+%%   * continuations (frames in heap a la SML or segmented stack a la Dybvig)
+%%   * exceptions
 %%   * self hosting
 %%   * I/O
 %%   * foreign function interface