Nodes > Projects > SFR-Lisp-1

SFR-Lisp-1

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.

Quick Links

  • Github.
  • Try it! (WASM/WASI).