Add a link to my own programming language

This commit is contained in:
Konstantin Nazarov 2023-10-31 23:10:24 +00:00
parent a3d48d0ce4
commit df952eaa97
Signed by: knazarov
GPG key ID: 4CFE0A42FA409C22

View file

@ -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 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) 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).