Skip to content

v0.6.1.0

Compare
Choose a tag to compare
@AlephAlpha AlephAlpha released this 07 Jun 05:33
· 22 commits to main since this release
  • Now the REPL saves the history to a file named .history in the current directory.
  • New built-in functions: \isLong, \sumEach.

Breaking changes

  • \charToInt now leaves the argument unchanged if it is already an integer. It still fails if the argument is a non-integral number.
  • \intToChar now leaves the argument unchanged if it is already a character.