Run a container
docker run --rm gleamlang/gleam gleam --version
Create a new Gleam project
docker run --rm -v "$PWD":/opt/app -w /opt/app gleamlang/gleam gleam new my_app
Repository on Docker Hub
https://hub.docker.com/r/gleamlang/gleam
Gleam Language
Gleam is a statically typed functional programming language for building scalable concurrent systems. It compiles to Erlang and has straightforward interop with other BEAM languages such as Erlang, Elixir and LFE.
You can find out more about the language at gleam.run.