A promising new language for the BEAM platform
published on 2019/08/04
Gleam is a young statically typed programming language that compiles to Erlang. Languages targeting the BEAM VM such as Erlang and Elixir are dynamically typed. They have been used successfully in many projects throughout the years. However static typings provide many appealing advantages over dynamic typing languages.