Close

Release 0.52.0

A project log for zeptoforth

A full-featured Forth-based RTOS for ARM Cortex-M

travis-bemannTravis Bemann 12/16/2022 at 03:570 Comments

This release adds closures which may be created with bind or 2bind in the closure module. These serve to provide a means to produce arbitrary execution tokens which are bound with runtime-specified data at arbitrary addresses, which may be replaced or disposed of as the user sees fit, unlike words defined with <builds and does>, which are permanently defined and can only be disposed of through erasing flash, if compile to flash, or rebooting, if compiled to RAM.

Discussions