Was initially writing a little lisp interpreter (wanted to try out how a lisp without cons cells works), but got bored, so I guess I am writing a cat lang now?
I re-used the dynamically typed object I had implemented for the lisp, including a very primitive numeric tower. Cat langs evaluation model is a lot simpler. I also want to try to include lambdas, but that might require syntax *shudders*
But that's all for tomorrow 🐈
