• v0.1.7 018a799c05

    Lux v0.1.7 Stable

    blu released this 2026-02-20 10:44:17 -05:00 | 21 commits to master since this release

    Lux v0.1.7

    Changes

    • chore: bump version to 0.1.7
    • feat: enhance Html and Http stdlib modules
    • feat: add File.glob for file pattern matching (issue 15)
    • feat: add triple-quoted multiline string literals (issue 12)
    • feat: add List.sort and List.sortBy functions (issue 9)
    • feat: support module-qualified constructor patterns in match expressions (issue 3)
    • fix: allow multi-line function params, lambda params, tuples, and patterns
    • fix: C backend String.indexOf/lastIndexOf compilation (issue 8)

    Installation

    curl -Lo lux https://git.qrty.ink/blu/lux/releases/download/v0.1.7/lux-linux-x86_64
    chmod +x lux
    ./lux --version
    
    Downloads