0.0.24
Pre-release
Pre-release
0.0.24 - 2023-10-24
Language
- Add the
reach
⟜
modifier, which removes the second value from the stack and calls its function. - Change how short spellings of
dip
⊙
,gap
⋅
, andidentity
∘
work- Instead of allowing them to be spelled with 2 characters, they can now be spelled with 1 character as long as there are at least 2 in the sequence.
- If present,
'i'
may only come last. reach
⟜
is included.
- Add 2-letter spellings of
deep
≊
,abyss
≃
, andseabed
∸
to make them consistent withrock
⋄
.
Interpreter
- Fix a bunch of bugs and crashes
- The formatter now indents bindings that start with a bound function that starts with
&i
- The native interpreter no longer automatically checks for updates. You can still check manually with
uiua update?
.
Website
- Add challenges to the end of tutorial sections
- Make the introductory examples on the main page less esoteric
- Update the Advanced Stack Manipulation Tutorial to include
reach
⟜
Crate
- The Uiua Rust crate is now fully documented and has a decent API