234c225d5b
FossilOrigin-Name: bed24347b34e3fdca0a8a6d322fc4aa2a0b2319910f5e7393f2c43ad53605d82
57 lines
1.1 KiB
Markdown
57 lines
1.1 KiB
Markdown
RETRO 12 - 2018.6 - WIP
|
|
|
|
Major Changes:
|
|
|
|
- renamed `s:with-format` to `s:format`
|
|
- renamed `puts` to `s:put`
|
|
- renamed `putn` to `n:put`
|
|
- renamed `putf` to `f:put`
|
|
- renamed `putc` to `c:put`
|
|
- renamed `getc` to `c:get`
|
|
- renamed `gets` to `s:get`
|
|
- renamed `words` to `d:words`
|
|
- ```` no longer used for code blocks (now reserved for 'tests'
|
|
under rre)
|
|
|
|
----------------------------------------------------------------
|
|
|
|
Bug fixes:
|
|
|
|
Build:
|
|
|
|
Core Language:
|
|
|
|
- renamed `s:with-format` to `s:format`
|
|
- renamed `puts` to `s:put`
|
|
- renamed `putn` to `n:put`
|
|
- renamed `putf` to `f:put`
|
|
- renamed `putc` to `c:put`
|
|
- renamed `getc` to `c:get`
|
|
- renamed `gets` to `s:get`
|
|
- renamed `words` to `d:words`
|
|
- add `d:words-with`
|
|
|
|
Interfaces:
|
|
|
|
- no longer use ```` for code blocks; use ~~~ instead
|
|
- rre:
|
|
|
|
- added `f:NAN`
|
|
- added `f:INF`
|
|
- added `f:-INF`
|
|
- added `f:nan?`
|
|
- added `f:inf?`
|
|
- added `f:-inf?`
|
|
- added `f:sqrt`
|
|
- added "-t" command line argument to run tests
|
|
- rewrote command line handler
|
|
|
|
Other:
|
|
|
|
Documentation:
|
|
|
|
Examples:
|
|
|
|
- fix numerous spelling errors (thanks hannah!)
|
|
|
|
Final Notes:
|