Skip to content

Raven v2.18.121

Choose a tag to compare

@github-actions github-actions released this 16 Jun 09:47
bcd5a98

Raven v2.18.121, a statically typed, compiled language with a Cranelift backend, a tracing garbage collector, generics and traits, sum types, goroutines, a C FFI, and a package manager.

Install

Download the installer or archive for your platform from the assets below:

  • Linux: .deb, .rpm, or .tar.gz
  • Windows: .msi or .zip

Each one installs the raven compiler and the rvpm package manager. Compiling a program also needs a C linker (the MSVC build tools on Windows, cc or clang on Linux).

The full changelog is in CHANGELOG.md, and the docs are at martian56.github.io/raven.

What's Changed

Other Changes

Full Changelog: v2.18.120...v2.18.121