Released: Dec 14 2025
Changelog
- Changing const heap indexing so that const and ram heap indices are computed in the same way.
- Optimizations in env.c for using efficient heap access given known RW type.
- Bugfix in local env lookup (Only triggerable by malformed closures).
- Bugfix in lbm_define in lbm_c_interop
- REPL makefile revamping and change to using a FEATURES list.
- New macros for selecting LBM_MEMORY size (consider the old macroes "deprecated").