I waited for an great editing expert before trying elixir, that never came...

But, now with LLMs I don't have to fear a loosely typed language, I'd love to give it another go.

> loosely typed

Minor nitpick: I believe Elixir and Erlang are strongly typed languages, but for a long time they have both been dynamically typed. With v1.20, Elixir is well on its way to transitioning to a gradually static typed language, and to-date has done so almost purely through inference (except for guards which can explicitly specify type information)

You can try Gleam instead (also on the front page today).