Login
From:
Elixir Lang
(Uncensored)
subscribe
Typing lists and tuples in Elixir
http://elixir-lang.org/blog/2024/08/28/typing-lists-and-tuples/
links
backlinks
Roast topics
Find topics
Find it!
We have been working on a type system for the Elixir programming language. The type system provides sound gradual typing: it can safely interface static and dynamic code, and if the program type checks, it will not produce type errors at runtime.