I wrote a toy Lisp interpreter in C because, as my favorite physicist once put it, "What I cannot create, I do not understand." It implements reference-counted garbage collection and a secondary GC to handle circular references. Also, in an effort to learn something about WASM/WASI, I've compiled it to WASM and wrote a little web interface for it.