Remix.run Logo
nesarkvechnep 7 days ago

Call us when they implement OTP compatibility.

trescenzi 7 days ago | parent | next [-]

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

jen20 7 days ago | parent [-]

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

Much of it can be worked around as you suggest.

worthless-trash 7 days ago | parent | prev | next [-]

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.

dsincl12 7 days ago | parent | prev [-]

https://github.com/gleam-lang/otp ?