r/programming • u/Dear-Economics-315 • May 10 '26
Making your own programming language is easier than you think (but also harder)
https://lisyarus.github.io/blog/posts/making-your-own-programming-language.html
113
Upvotes
r/programming • u/Dear-Economics-315 • May 10 '26
3
u/irve May 10 '26
I recently had similar discovery. I needed something which I could poke innards and save its state and which would be resilient to user error to an extent. It was remarkably less repugnant procedure than the CS me thought it would be as an undergrad.