retroforth/RELEASE-NOTES
crc 3417d48ffb fix missing file issue
FossilOrigin-Name: 14dfeec7f6a9e7b107784e82b545e705640b276a71a8a8d86f553d22637894fc
2022-07-26 22:15:49 +00:00

39 lines
576 B
Text

# RetroForth 2022.7 Release Notes
# Core Language
- new words
- n:add
- n:sub
- n:mul
- n:div
- n:divmod
- n:mod
- d:hash
- d:rehash
- d:Hash-Function
# VM
## nga-c
- retro.c
- global state now in a struct
- minimal, functional FFI
- malloc/free support (from Rick C)
# Documentation
# Other
# Examples
- port of retroforth/ilo block editor
----------------------------------------------------------------
Important notes:
- future releases will use 64-bit cells by default
----------------------------------------------------------------