kbscheme
This vanity project is yet another implementation of the Scheme programming language.
Project goals:
- I want to learn Scheme.
- I want to write something in C. I've been using higher level languages and my C is rusty.
- I want to write a garbage collector. They've always fascinated me, but I've never written one.
- I have some research ideas about garbage collection that I want to explore.
Project non-goals:
- a production-quality Scheme interpreter
- full implementation of the language



