Skip to content

v0.1.0

Compare
Choose a tag to compare
@molarmanful molarmanful released this 17 Nov 19:00
· 535 commits to main since this release

A pretty substantial update! Concurrency using FUT is still a rough draft, but it works. Accompanying FUT is TRY, which allows error handling to be neatly wrapped in a type and manipulated accordingly.

  • Added 2 new datatypes: FUT, TRY
    • New functions for FUT: )~ >~ ()~ ~Q ~_ ~_~ ~_! ~_!~ ~> ~>~ sleep
    • New functions for TRY: )! >!? ()! !Q
  • Reworked ERR to encapsulate all Throwables
  • New stack combinators: dupd ddup edup swapd