Elixir v1.12.0 released

I love how the JIT is the same that gzdoom uses, lol. ^.^

Elixir 1.12 is pretty nice, been running it’s beta and RC’s for a bit now locally in an asdf area. ^.^

The default 1.12.0 elixir is compiled with support for the lowest level of supported otp version, so it will work with any OTP of that version or higher, but might be missing some optimizations. The 1.12.0-otp-24 is built with otp-24 as the base level version, meaning it will only run on otp-24 or higher, but has more optimizations that it might not have otherwise had.

12 Likes