Close

Patch-level release 0.61.3

A project log for zeptoforth

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

travis-bemannTravis Bemann 04/08/2023 at 04:100 Comments

This patch-level release adds with-closure, with-2closure, and with-nclosure to provide scoped closures/partial application, which is more convenient than the previous equivalent use of with-aligned-allot and bind/2bind/nbind.

Due to issues with uploading files, you can download zeptoforth 0.61.3 from https://github.com/tabemann/zeptoforth/releases/tag/v0.61.3

Discussions