Close

Release 0.44.0

A project log for zeptoforth

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

travis-bemannTravis Bemann 07/15/2022 at 03:540 Comments

This release adds the oo module, which implements object-orientation. It also reworks the module system's ::, so as to be an immediate word that takes a module off the stack, and export, so the word to be exported can be any xt taken off the stack. Finally, it adds qagain, which is like a begin ... again loop but takes an xt which it executes in a loop forever (until an exception is raised or the task is killed).

Discussions