diff --git a/content/posts/writing_programming_languages_is_fun/note.md b/content/posts/writing_programming_languages_is_fun/note.md index 9ec9f57..3b18c5a 100644 --- a/content/posts/writing_programming_languages_is_fun/note.md +++ b/content/posts/writing_programming_languages_is_fun/note.md @@ -41,3 +41,5 @@ The case I'm trying to make here is that to have fun, you need to stay "small". If you need a practical guide, take a look at [Crafting Interpreters](https://craftinginterpreters.com/). If you look for inspiration, check out this video: [The most beautiful program ever written](https://www.youtube.com/watch?v=OyfBQmvr2Hc) + +My own in-progress programming language can be found [here](https://git.sr.ht/~knazarov/lisp.experimental).