;;; scheme stuffs..

This is an assortment of stuffs related to the Scheme programming language. The plush girls appreciate Scheme for its simplicity, metacircularity, and parentheticality.


; stuffs by the plush girls

lunatic!
A Scheme-to-Lua compiler.
arrow after arrow!
A video game written in Scheme and compiles to Lua using lunatic!; Runs on the Lua-based LÖVE framework; The plush girls' Autumn Lisp Game Jam 2024 entry.
plsi (plush girls' little scheme interpreter)
A Scheme interpreter written in Rust.

; stuffs by others

Three Implementation Models for Scheme a.k.a. "3imp.pdf"
R. Kent Dybvig's PhD dessertation; Presents a simple yet performant way to compile Scheme.