• v0.1.0 56cafa92ef

    v0.1.0 Pre-release

    brodycritchlow released this 2026-05-19 00:05:26 +00:00 | 13 commits to main since this release

    Release v0.1.0

    Basic release of ThornLang, still not stable. Has capabilities for most standard programming features, at a minimum level—also has capabilities for Python and C FFI first-class.

    Build From Source

    You can build from source on your platform using the following commands:

    git clone https://git.critchlow.net/brodycritchlow/ThornLang.git
    cd ThornLang
    cargo build --release
    
    # You can now either install it globally or move it somewhere in your PATH.
    cargo install --path . 
    

    You can view examples of the current state of the language: v0.1.0/examples.

    Downloads