Elixir

Elixir is a functional, dynamically typed programming language that runs on the BEAM (Erlang).

Hello World

IO.puts("Hello, World!")
elixir hello.exs