So, basically sqlc for Gleam? Sounds nice.

I wonder how Gleam compares to the type checking support being added to Elixir?

The two feel very different. Elixir is introducing gradual set-theoretic typing (https://hexdocs.pm/elixir/1.18.4/gradual-set-theoretic-types...) while Gleam has a static Hindley-Milner style type system.

To me, Gleam feels like if Elm’s type system met Rust’s syntax. I really like it. But I also really liked Elixir too, I just can’t live without Gleam’s type system anymore.

What are the options for GenServer, GenStage, Tasks, Supervisors in gleam?

provided by gleam_otp https://hexdocs.pm/gleam_otp/