Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 396 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 396 Bytes

Bootstrapping WebScheme

The idea is to implement the whole thing in the src folder in Guile, fork the bootstrap-ready Guile code into a temporary folder, tweak the existing src tree to better fit R7RS (module system), and use the forked Guile code to compile the refactored src code.

Get Started

Install Guile version 3.0.5 or later.