Elixir v1.20 released: now a gradually typed language
Elixir v1.20 has been released, introducing gradual typing as a core feature. This allows developers to optionally add type annotations to their code, enabling static analysis while maintaining dynamic flexibility. The release also includes improvements to the compiler and tooling, making Elixir more robust for large-scale applications without sacrificing its developer-friendly nature.
Gradual typing in Elixir improves code safety and tooling for large projects.


