Skip to content

Version 0.4.0.0

Compare
Choose a tag to compare
@AlephAlpha AlephAlpha released this 10 Jul 07:01
· 67 commits to main since this release
  • The language is still incomplete. The code page isn't filled yet. Everything is subject to change.
  • New built-in function: \absDiff, \count, \digits, \div2, \divisors, \interleave, \isNonnegative, \isUnique, \mod2, \mul2, \powOf2.
  • New particle: \firstInt.

Breaking changes

  • Some list functions are now overloaded to work on numbers. When they are used on numbers, they are applied to the range from 0 to the number - 1. These functions are: \anyOf, \uninterleave, \extract, \permutation, \prefix, \reverse, \rotate, \setPartition, \split, \subsequence, \subset, \suffix, \unconcat.
  • \convolve now supports arbitrary-dimensional nested lists. Numbers are treated as 0-dimensional nested lists.
  • \mapFirst is renamed to \mapWith.
  • \deinterleave is renamed to \uninterleave.