Hacker News new | ask | show | jobs
by milani 2294 days ago
Right, Elixir has hints rather than being truly statically typed.
1 comments

Elixir's hints are identical to erlang's hints, they are just prettier and easier.

However, if you use structs extensively in elixir, with a good code editor language server, it is basically easy to eliminate most typing errors if you get into the habit of typespeccing everything (not hard with vscode)