1e18deace0
FossilOrigin-Name: 09f4b2648f325cc3a25ebe3e7999b05e6132f09c48def2e7944b558d29907595
1.2 KiB
1.2 KiB
RETRO 12 - 2018.6 - WIP
Major Changes:
- renamed
s:with-format
tos:format
- renamed
puts
tos:put
- renamed
putn
ton:put
- renamed
putf
tof:put
- renamed
putc
toc:put
- renamed
getc
toc:get
- renamed
gets
tos:get
- renamed
words
tod:words
-
under rre)
Bug fixes:
Build:
Core Language:
- renamed
s:with-format
tos:format
- renamed
puts
tos:put
- renamed
putn
ton:put
- renamed
putf
tof:put
- renamed
putc
toc:put
- renamed
getc
toc:get
- renamed
gets
tos:get
- renamed
words
tod:words
- add
d:words-with
Interfaces:
-
rre:
- no longer use ```` for code blocks; use ~~~ instead
- 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
-
javascript/html
- cleaned up user interface (closer to the iOS UI now)
- simplified, cleaned up CSS a bit
Other:
Documentation:
Examples:
- fix numerous spelling errors (thanks hannah!)
Final Notes: