*Blinks* I… hm.
I just sort of wrote a LISP interpreter, mostly over two days. It is 110 lines long (the interpreter part; this is not counting the GC or the reader/parser). It felt suspiciously straightforward to write, I didn't like, *design* it, I was just like, yeah I've written an interpreter core loop before? Do that again but in Rust. It just sorta fell out.
I am *terrified* by the question of what will happen if I attempt to run this.