Released: May 10 2022
Changelog
- Fixed bug related to float-array literals not accepting whole numbers unless containing a decimal (0).
- Fixed bug that could cause problems with call-cc on 64bit platforms.
- bind_to_key_rest continuation refactoring to use indexing into stack.
- Fix evaluator bug in progn that made tail-call not fire properly when there is only one expr in the progn sequence.
- symbols starting with "ext-" will be allocated into the extensions-list and can on the VESC version of lispbm be dynamically bound to newly loaded extensions at runtime.