Skip to content

Reussir v0.1.0

Latest

Choose a tag to compare

@SchrodingerZhu SchrodingerZhu released this 01 Aug 02:44
677b70e

Reussir v0.1.0, built from 677b70e635299f657041c9955c6d95c6814c2bc7. See CHANGELOG.md for the release notes.

Contents: the Reussir toolchain — rrc (ahead-of-time compiler), rene (package manager), and rrepl (REPL). LLVM/MLIR and the Reussir backend are linked statically into the binaries; no shared libraries ship and nothing needs LD_LIBRARY_PATH.

Platforms:

  • Linux x86_64 (built against LLVM 22)
  • Linux aarch64 (built against LLVM 22)
  • macOS ARM64 (built against Homebrew LLVM)
  • Windows x64 (built against MSVC LLVM via conda-forge)

Usage: Extract the archive and add <prefix>/bin to PATH.

Compiling programs requires a Rust toolchain (rustc/cargo) on PATH: the bundled rene bakes the reussir-rt runtime from its embedded source with your toolchain on first use — no toolchain or prebuilt runtime ships in this archive.

What's Changed

New Contributors

Full Changelog: https://github.com/reussir-lang/reussir/commits/v0.1.0