saapp, for sand-alone app, for guile
This is a work in progress.
create an executable guile w/ embedded modules
- compile mydemo1.scm with $ guild compile mydemo1.scm
- run $ ./findgos This generates mydemo1.gos
- run create the .xo (aka binary .elf) versions the .gos $ ./makexo mydemo1.gos This generates a populated xo.d/ directory
- Build the binary: $ ./build