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