Hacker News new | ask | show | jobs
by bevr1337 331 days ago
> Isn't there some kind of optional typing in Elixir?

Sort-of. Developers provide typespec which is like a hint and use dialyzer to find issues before runtime.