Comment on Run Erlang/Elixir on Microcontrollers and Embedded LinuxComments−Zaphoos1yWhat about Gleam?−nesarkvechnep1yCall us when they implement OTP compatibility.−trescenzi1yWhat 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−jen201ySeveral pieces: https://gleam.run/roadmap/Much of it can be worked around as you suggest.−worthless-trash1yWhat part of otp do you need. I have supervision working.I have typed message passing.. I write erlang wrapping gleam modules.. its pretty easy.−dsincl121yhttps://github.com/gleam-lang/otp ?
Comments
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.
https://github.com/gleam-lang/otp ?