MLisp - A blog about writing a Lisp interpreter

In this blog I write about creating MLisp, my own Lisp interpreter written in Rust. Details about MLisp at the project page /projects/mlisp.html.

2026.01.28 - Handling strings and the tokenizer
2026.01.27 - First steps