What about Gleam?

Call us when they implement OTP compatibility.

What part is missing? I’ve built a little distributed app that has a cluster registry and dns. There’s a tiny bit of Erlang involved but the majority of it is gleam.

https://github.com/trescenzi/points

Several pieces: https://gleam.run/roadmap/

Much of it can be worked around as you suggest.

What part of otp do you need. I have supervision working.

I have typed message passing.. I write erlang wrapping gleam modules.. its pretty easy.