10. Where to Go Next
After the guide, the next stop depends on what you are trying to do.
If You Are Writing Frothy
- Word reference
for syntax, operators, locals,
Cells, records, and the core inspection/persistence words - Interactive profile for REPL behavior, multiline input, interrupts, and inspection
- Image and persistence
for
save,restore,dangerous.wipe, andboot
If You Are Building For Hardware
- Machine for the Froth Machine as a board you can actually draw on, control, and build small games on
- CLI reference for the maintained command surface
- Hardware overview for the layered board story
- Base-image board reference
for
millis,gpio.*,led.*, andadc.percent - TM1629 reference and matrix reference for the protoboard display surface
If You Are Extending Frothy
- FFI reference for the FFI boundary and the project versus board split