Close

Release 0.63.0

A project log for zeptoforth

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

travis-bemannTravis Bemann 04/16/2023 at 00:260 Comments

This release extends the higher-order combinators to include "map" and "filter" words, named *qmap* and *filter* respectively. Additionally, the value and local variable words have been added to every non-kernel build. Also, the "lambda" higher-order combinators have been rewritten to be more efficient, using local variables, and have been moved into a lambda module.

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

Discussions