←back to thread

206 points weatherlight | 6 comments | | HN request time: 0.025s | source | bottom
1. Zaphoos ◴[] No.45101401[source]
What about Gleam?
replies(1): >>45102145 #
2. nesarkvechnep ◴[] No.45102145[source]
Call us when they implement OTP compatibility.
replies(3): >>45102395 #>>45102619 #>>45102853 #
3. worthless-trash ◴[] No.45102395[source]
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.

4. trescenzi ◴[] No.45102619[source]
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

replies(1): >>45102874 #
5. dsincl12 ◴[] No.45102853[source]
https://github.com/gleam-lang/otp ?
6. jen20 ◴[] No.45102874{3}[source]
Several pieces: https://gleam.run/roadmap/

Much of it can be worked around as you suggest.