2018-11-04 22:34:56 +01:00
|
|
|
# RETRO 12 - 2018.12
|
|
|
|
|
|
|
|
In this release, the executables have been renamed to avoid
|
|
|
|
naming conflicts with other applications and packages.
|
|
|
|
|
|
|
|
old name new name
|
|
|
|
========== ================
|
|
|
|
rre retro
|
|
|
|
embedimage retro-embedimage
|
|
|
|
extend retro-extend
|
|
|
|
muri retro-muri
|
|
|
|
repl retro-repl
|
|
|
|
ri retro-ri
|
|
|
|
unu retro-unu
|
2018-04-25 18:51:46 +02:00
|
|
|
|
2018-11-09 05:01:12 +01:00
|
|
|
The addition of the new `|` prefix makes compiler macros
|
|
|
|
easier to write. Contrast:
|
|
|
|
|
|
|
|
:IF &[ class:macro ; immediate
|
|
|
|
:THEN &] class:macro &choose class:word ; immediate
|
|
|
|
|
|
|
|
:IF |[ ; immediate
|
|
|
|
:THEN |] |choose ; immediate
|
|
|
|
|
2018-11-04 22:57:09 +01:00
|
|
|
## Bug Fixes
|
2017-11-19 02:12:29 +01:00
|
|
|
|
2018-07-31 17:38:06 +02:00
|
|
|
## Build
|
2018-04-18 17:42:23 +02:00
|
|
|
|
2018-11-04 22:34:56 +01:00
|
|
|
- add `Makefile.linux` to help with building on some Linux systems
|
2018-11-14 23:56:30 +01:00
|
|
|
- recreate `bin` if it's not present
|
2018-11-04 22:34:56 +01:00
|
|
|
|
2018-07-31 17:38:06 +02:00
|
|
|
## Core Language
|
2017-11-19 02:12:29 +01:00
|
|
|
|
2018-08-21 02:54:38 +02:00
|
|
|
- add `c:to-number`
|
2018-09-06 17:50:08 +02:00
|
|
|
- minor optimizations throughout
|
|
|
|
- `s:format` now treats `\0` as ASCII NUL
|
2018-11-09 05:01:12 +01:00
|
|
|
- added `prefix:|` for use with compiler macros
|
2018-11-14 14:52:30 +01:00
|
|
|
- inline some stack shufflers for better performance and code density
|
2018-11-20 01:35:34 +01:00
|
|
|
- add `set:counted-results`
|
|
|
|
- deprecate `set:from-results`
|
2018-02-12 19:23:34 +01:00
|
|
|
|
2018-11-22 01:05:28 +01:00
|
|
|
## Nga
|
|
|
|
|
|
|
|
- add `ie` (i/o enumerate)
|
|
|
|
- add `iq` (i/o query)
|
|
|
|
- add `ii` (i/o interact)
|
|
|
|
|
2018-07-31 17:38:06 +02:00
|
|
|
## Interfaces
|
2017-11-19 02:12:29 +01:00
|
|
|
|
2018-11-04 22:34:56 +01:00
|
|
|
### retro (formerly rre)
|
2018-09-06 17:50:08 +02:00
|
|
|
|
|
|
|
- moved Windows implementation to `interfaces/windows`
|
2018-11-04 22:34:56 +01:00
|
|
|
- now starts the listener when run w/o any arguments
|
2018-11-14 23:56:30 +01:00
|
|
|
- added `-s` command line parameter to silence input echo & ok prompt
|
2018-11-18 22:27:40 +01:00
|
|
|
- merged in the FloatingPointEncoding words (`u:` namespace)
|
|
|
|
- added `f:store`, `f:fetch`
|
2018-09-06 17:50:08 +02:00
|
|
|
|
2018-11-04 22:57:09 +01:00
|
|
|
## Tools
|
2017-11-19 02:12:29 +01:00
|
|
|
|
2018-11-04 22:57:09 +01:00
|
|
|
- added commentary to Unu
|
2018-11-20 01:35:34 +01:00
|
|
|
- Retro implementation of Unu
|
|
|
|
- Retro implementation of Muri
|
2018-11-22 01:05:28 +01:00
|
|
|
- added Muri support for I/O instructions
|
2018-11-04 22:57:09 +01:00
|
|
|
|
|
|
|
## Other
|
|
|
|
|
|
|
|
## Documentation
|
2017-11-19 02:12:29 +01:00
|
|
|
|
2018-07-31 17:38:06 +02:00
|
|
|
- Glossary expanded to cover the new words
|
|
|
|
|
2018-11-04 22:57:09 +01:00
|
|
|
## Examples
|
2017-11-19 02:12:29 +01:00
|
|
|
|
2018-11-04 22:57:09 +01:00
|
|
|
## Final Notes
|