|
|
|
|
|
by dragonwriter
2704 days ago
|
|
> Earnest question: isn't Elixir dynamically typed? If so, how is Go's type system worse? Elixir has built in support for type specifications and supports static analysis for (among other things) typechecking via dialyzer, a static analysis tool from the Erlang distribution for the BEAM VM. |
|