8000 Release 2.1.9 · Thunno/Thunno2 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

2.1.9

Compare
Choose a tag to compare
@nayakrujul nayakrujul released this 06 May 17:14
· 295 commits to main since this release
1c2f49e

What's New?

  • § and (previously non-vectorised logical AND and OR) have now been changed to Dyadic Maximum and Minimum
  • We have added in 16 new digraphs to Thunno 2:
    • ØD (Depth of a list)
    • ØG (Longest element of a list)
    • ØM (Shortest element of a list)
    • ÆH (Hypotenuse from two legs)
    • Æ& (Bitwise AND)
    • Æ| (Bitwise OR)
    • Æ^ (Bitwise XOR)
    • Æ~ (Bitwise NOT)
    • µT (Type)
    • µ& (Non-vectorised logical AND)
    • µ| (Non-vectorised logical OR)
    • µ^ (Non-vectorised logical XOR)
    • µƲ (Single function reduce by)
    • µɼ (Single function right reduce by)
    • µƇ (Single function right cumulative reduce by)
    • µʋ (Right reduce by)

What's Next?

More digraphs.

Contributors: @nayakrujul

0