retroforth/RELEASE-NOTES
crc 0c5e54c70c fix repl.c to properly allow compiler flags to override default settings (thanks grobe0ba on #retro for pointing this out)
FossilOrigin-Name: 56f65c222de1d1d80d84a3ce12c5f48e79605e4be503413a5e4c511ab02fd032
2022-01-19 10:21:10 +00:00

39 lines
511 B
Text

# RetroForth 2022.1 Release Notes
# Core Language
- deprecated
- new words
- n:add
- n:sub
- n:mul
- n:div
- n:mod
- n:divmod
- dictionary
- arrays
- a:index no longer need to construct a new word to locate
the index (backport from retro/napia)
# VM
## nga-c: retro.c
- recognize TAB as whitespace when including files
# Documentation
# Other
- d:source data on retro-unix now avoids duplicating the
source filename
# Examples
- advent of code, 2021 (day 1, 2)
- select.retro