this post was submitted on 03 Jun 2026
1 points (100.0% liked)

Elixir

235 readers
6 users here now

News & discussion about the Elixir programming language.

founded 6 years ago
MODERATORS
 

With Elixir v1.20, we have completed our first development milestone which is to perform type inference and gradually type check every Elixir program, without introducing type annotations. This means Elixir increasingly reports dead code and verified bugs: typing violations that are guaranteed to fail at runtime if executed. Elixir can find verified bugs in existing programs efficiently, without introducing developer overhead, and with an extremely low false positives rate.

no comments (yet)
sorted by: hot top controversial new old
there doesn't seem to be anything here