Raven v2.18.121
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:
.msior.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
- fix: trace enums by active variant (GC use-after-free) (#601) by @martian56 in #602
Full Changelog: v2.18.120...v2.18.121