Expand description
Macros to bundle and use Scheme programs.
Macrosยง
- compile_
bare - Compiles a module in Scheme into bytecode with only built-ins.
- compile_
r7rs - Compiles a module in R7RS Scheme into bytecode.
- include_
bare - Includes a module in Scheme as bytecode with only built-ins.
- include_
module - Includes bytecode of a R7RS Scheme module built by the
stak_buildcrate. - include_
r7rs - Includes a module in R7RS Scheme as bytecode.