Seeing how Scheme is enjoying a temporary HN frontpage resurgence:<p>This is from the same author as the more popular:<p>"Scheme 9 from Empty Space"
"A Guide to Implementing Scheme in C"<p>which walks you through the design and implementation of a portable Scheme in C89, with awesome cover art to match the name.<p>(<a href="http://t3x.org/s9book/index.html" rel="nofollow">http://t3x.org/s9book/index.html</a>)
How does this relate to <a href="https://www.microsoft.com/en-us/research/publication/the-implementation-of-functional-programming-languages/" rel="nofollow">https://www.microsoft.com/en-us/research/publication/the-imp...</a> or <a href="https://www.microsoft.com/en-us/research/publication/implementing-functional-languages-a-tutorial/" rel="nofollow">https://www.microsoft.com/en-us/research/publication/impleme...</a> ?
Looking at the table of contents, it seems like an implementation oriented version of part 1 of "Semantics Engineering with PLT Redex" by Felleisen et al. Anyone know what abstract machine it uses? I'm guessing Landin's SECD machine since that seems to be the most common.