2020-01-15 14:50:04 +01:00
|
|
|
# RETRO 2020.4
|
2019-01-31 22:37:28 +01:00
|
|
|
|
2020-01-15 14:50:04 +01:00
|
|
|
- remove deprecated words
|
2020-01-02 16:29:48 +01:00
|
|
|
|
2020-01-15 14:50:04 +01:00
|
|
|
as{ }as " prefix:"
|
2020-01-21 13:58:06 +01:00
|
|
|
|
|
|
|
- examplse
|
|
|
|
|
|
|
|
markdown.retro
|
2020-02-11 21:50:08 +01:00
|
|
|
|
|
|
|
- future
|
|
|
|
|
2020-02-11 22:09:12 +01:00
|
|
|
underscores in word namesv
|
|
|
|
|
|
|
|
Prior RETRO images had a patch that allowed underscores to be
|
|
|
|
used in word names. In this release, the patch is no longer
|
|
|
|
part of the standard library, but is still included on Unix
|
|
|
|
targets by default. This might affect some users, if you are
|
|
|
|
building a custom image, load package/allow-underscores-in-names.forth
|
|
|
|
if you need this.
|
|
|
|
|
|
|
|
modularity
|
|
|
|
|
|
|
|
Work towards allowing portions of the standard library to be
|
|
|
|
optional is ongoing. During this, the internal organization of
|
|
|
|
retro.forth is changing and some small parts may be duplicated
|
|
|
|
in an effort to allow for more flexibility in the long term.
|