diff --git a/README.md b/README.md index eda6bdf..4ec12de 100644 --- a/README.md +++ b/README.md @@ -248,6 +248,7 @@ A curated list of awesome resources, learning materials, tools, frameworks, plat * [Algorithm W Step By Step](http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.65.7733&rep=rep1&type=pdf). * [Building a LISP from scratch with Swift](https://www.uraimo.com/2017/02/05/building-a-lisp-from-scratch-with-swift/). * [Compiler Optmization Tutorial](https://www.youtube.com/watch?v=SfV8aRX0YY0). + * [Compiling a Lisp](https://bernsteinbear.com/blog/compiling-a-lisp-0/) - Lisp to x86-64 machine code compiler in C * [Hindley-Damas-Milner Tutorial](https://github.com/quchen/articles/tree/master/hindley-milner) - Extensively documented walkthrough for typechecking a basic functional language using the Hindley-Damas-Milner algorithm. * [How I Wrote a Programming Language, and How You Can Too](https://medium.com/@william01110111/the-programming-language-pipeline-91d3f449c919). + Discussions: [Reddit](https://redd.it/62ixbc).