Elixir 1.20 released with gradual typing
Elixir now type-checks every line for bugs and dead code without requiring type signatures, moving a dynamic language toward gradual typing with low false positives
Elixir v1.20 released! Now officially a gradually typed language: Elixir type checks every single line of code, finding bugs and dead code, without developer overhead (no typing signatures) and extremely low false positives rate. Plus a fas