Hacker News new | ask | show | jobs
by eonil 4573 days ago
How Elixir offer type check - compile time parameter validity check on each specialized types - or similar feature?

Is this type inferencing language?

1 comments

I suspect it's actually done at runtime. Erlang for instance is dynamically typed, but also has pattern matching. I suspect Elixir is similar.