Lisp/Scheme Project

The purpose of this project is to build a Scheme implementation “from scratch”. This could have meant starting from machine language, but because the executable format of a Windows 32-bit executable (PE-COFF) is fairly complex, I actually started with assembly language. The chronicles of the current system starts with this post. The whole project is chronicled starting with this first post.