• v0.3.2 79ee784a5b

    TudbuT released this 2024-09-08 12:56:21 +02:00 | 12 commits to main since this release

    Previously, the syntax for prefix notation was highly annoying:

    Range:new <{ 0 5 }
        :iter
        :map <{ { | 5 * } }
        :foreach <{ { | _str println } }
    

    It is now much more pleasent:

    Range:new<0 5>
        :iter
        :map<{ | 5 * }>
        :foreach<{ | _str println }>
    
    Downloads
  • v0.3.1 7b3e0129f8

    TudbuT released this 2024-09-06 22:01:41 +02:00 | 16 commits to main since this release

    ... in preparation for a nixpkgs publish some time soon.

    Downloads
  • v0.3.0 1290d0a0c3

    TudbuT released this 2024-09-06 19:08:31 +02:00 | 17 commits to main since this release

    Downloads