Skip to content

0.1.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@kaikalii kaikalii released this 03 Nov 17:40
· 3553 commits to main since this release

0.1.0 - 2023-11-03

Language

  • Add complex numbers, which can be created with the complex function
  • Add the do modifier, which repeatedly calls a function as long as a condition holds
  • Deprecate break
  • Add multi-dimensional where
  • join to an empty list now always works regardless of rank of the other array
  • each and rows now work with under
  • All ocean functions now work with under
  • Allow multiple values to be returned from each , rows , distribute , tribute , table , and cross
  • invert atangent now produces the sine and cosine of an angle
  • &i now treats paths as relative to the file calling it rather than the current working directory
  • Rank list functions for the rank-generic modifiers can now take any number of arguments. For any number of aguments greater that 0, an empty numeric list will be pushed before the function is called.
  • Add fraction literals with /
  • Parsing multiple formattable functions from words is now smarter
  • Remove bind '. It made code hard to read. It will continue to parse, but will be formatted as (…)

Interpreter

  • Add the uiua stand command, which creates a standalone executable

Website