0.0.20
Pre-release
Pre-release
0.0.20 - 2023-10-16
Language
- Add
regex
function for matching regular expressions - Add
utf
function for UTF-8 encoding and decoding - Add
&invk
system function for invoking a path to be opened with the system's default program fill
⬚
can now be used withfirst
⊢
- Most functions that expect strings as arguments will now dig arbitrarily deep into boxes
- Make
if
?
signature checking more permissive - The presence of
break
⎋
in arepeat
⍥
always requires a stack signature - The
&runi
and&runc
functions now return exit codes - Multiline string now only insert
\n
at the end of each line instead of\r\n
Interpreter
- Bugfixes and performance improvements
Website
- Add a page listing common stack idioms