Elixir
Elixir is a functional, dynamically typed programming language that runs on the BEAM (Erlang).
Hello World
IO.puts("Hello, World!")
elixir hello.exs
Elixir is a functional, dynamically typed programming language that runs on the BEAM (Erlang).
IO.puts("Hello, World!")
elixir hello.exs