Programming Language Theory: Misc Resources#
- awesome compilers
 - Very Thorough Link Dump
 - YAIR: Yet Another Intermediate Representation from sheredom/Neil Henning (Unity compiler)
 - Resources for Amateur Compiler Writers
 - Name Resolution
 - Uniting Language Embedding for Fast and Friendly DSLs
 - Thesis
 - Nim Memory Model
 - Continuations
 - http://people.csail.mit.edu/gregs/ll1-discuss-archive-html/msg03277.html
 - http://wingolog.org/archives/2015/07/27/cps-soup
 - http://mlton.org/pipermail/mlton/2003-January/023054.html
 - JIT in python
 - Interpreter
 - https://francisstokes.wordpress.com/2017/08/16/programming-language-from-scratch/
 - https://github.com/Lel-Language/Lisp-esque-language
 - Category Theory in 15 minutes