retroforth/RELEASE-NOTES
crc bcf394a9f4 minor clarifications to build instructions
FossilOrigin-Name: b55438842cb8d769bcaec58c6cea80a220d8b7253f86705f462ebc76b1ac7f55
2021-03-22 13:11:26 +00:00

47 lines
966 B
Text

# RetroForth 2021.4 Release Notes
## Core Language
## I/O
- simplify definition of `c:get`
## Toolchain
- retro-extend.py now does run length encoding
## VM
- nga-python
- added support for run length encoded images
- added a decimal device (alt. to floating point w/higher precision)
- better fix for nested file inclusion handling
- start adding pythonista ui support (iOS)
- now runs under Python 2
- nga-c
- better fix for nested file inclusion handling
- removed unused variables
- use a struct for processor state, stacks
- sockets interface now optional, disabled by default
- nga-816
- assembly implementation for 65c816
- by Piotr Meyer
## Examples
- reduced some line lengths
- refactored retro-locate
- file names now using a consistent case/format
- added a line oriented text editor
## Documentation
- epub now has a cover image
- added back some missing files
- add note on enabling sockets when building on Unix