• 0.15.0
    All checks were successful
    Test, Build, and Release / test (push) Successful in 1m52s
    Test, Build, and Release / build (push) Successful in 1m20s
    Pre-Release

    James released this 2025-02-02 16:56:40 +00:00 | 11 commits to main since this release

    REPL namespaces; lib function for pattern matching

    Adds support for REPL namespacing, primarily to avoid main collisions.
    Also adds a library function for an ergonomic pattern matching function
    that I've been noodling on. I might explore ways to make list syntax
    less annoying specifically for pattern matching like this.

    Downloads