diff options
author | Eduardo Julian | 2021-07-19 19:50:14 -0400 |
---|---|---|
committer | Eduardo Julian | 2021-07-19 19:50:14 -0400 |
commit | a1c192d175f13cdb3e69b3ca5985d0d5ecf0fe93 (patch) | |
tree | 29d2cd841283ed1ada5a6d3199ce7617c9514c0f /documentation | |
parent | a40f40f230e6312ae432f06e7f73aa5945d8fa49 (diff) |
Made the default JS file-system promise-based so it works well on Node.
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/bookmark/compiler.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/documentation/bookmark/compiler.md b/documentation/bookmark/compiler.md index 6cb381190..ea86dca98 100644 --- a/documentation/bookmark/compiler.md +++ b/documentation/bookmark/compiler.md @@ -1,5 +1,6 @@ # Methodology +1. [Nada Amin's keynote "Staged Relational Interpreters: Running Backwards, Faster"](https://www.twitch.tv/videos/1011771746) 1. [Scope herding with delimited continuations](https://blog.moertel.com/posts/2005-09-13-scope-herding-with-delimited-continuations.html) 1. [Compiling with Continuations by Andrew W. Appel](https://www.amazon.com/dp/0521416957) 1. [Collapsing Towers of Interpreters](https://www.cs.purdue.edu/homes/rompf/papers/amin-popl18.pdf) |