Skip to content

0.5.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@kaikalii kaikalii released this 03 Dec 00:37
· 3148 commits to main since this release

0.5.0 - 2023-12-2

Language

  • invert and under now work with stack array notation.
  • Add the stack ? function, which debug-prints the entire stack
  • dump now works with invert and under
  • fill and pack are now exclusive
  • Change how regex works to be more powerful
  • Add special syntax for splitting/joining lines of code
    • ' will split a line without changing semantics
    • '' will combine two lines without changing semantics
  • The way pervasive functions work with box ed arrays is now more consistent
  • Remove reach, distribute, tribute, level, combinate, and all ocean functions for good

Interpreter

  • Add a style diagnostic about lines that are too long
  • Add some other style diagnostics
  • Replace uiua check-update with uiua update, which will update the interpreter by installing a new version with Cargo
  • Bug and crash fixes

Website

  • Multiline strings can now be toggled like comments with ctrl+4