|
|
|
|
|
by josmar
3203 days ago
|
|
After being a user of languages for a long time, writing my own LISP was the experience of leaving Platons cave and seeing what the thing I use daily really is made of. What is "if"? What is a boolean, a variable, a function? It's a beautiful thing. I wish I would never have to climb down into the cave (languages with more advanced parsers) again. |
|
Also, it's interpreters all the way down. Even assembly is interpreted.