Close

Release 0.62.0

A project log for zeptoforth

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

travis-bemannTravis Bemann 04/09/2023 at 23:080 Comments

This release adds reference closures which bind addresses containing values rather than simply pushing the values themselves, and adds proper support for double-cell values, including support for multiple double-cell values, and renaming 2bind, with-2closure, and 2closure-size to dbind, with-dclosure, and dclosure-size.

Due to issues with uploading files, to download zeptoforth 0.62.0 go to https://github.com/tabemann/zeptoforth/releases/tag/v0.62.0

Discussions