Here’s a list of my projects, old and new.
Blogread more
Bachelor's Dissertation
For my undergraduate degree I wrote a Scheme to Java byte-code compiler, which was pretty fun. The dissertation is available on GitHub and the compiler is in the same repo
It wasn’t terribly fast, but it did work, including first-class continuations (probably the biggest reason for the slowness is the stack representation).