Skip to content

0.0.24

Pre-release
Pre-release
Compare
Choose a tag to compare
@kaikalii kaikalii released this 29 Oct 21:51
· 4065 commits to main since this 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 , and identity 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 , and seabed to make them consistent with rock .

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

Crate