←back to thread

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

3. 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 #
4. dsincl12 ◴[] No.45102853[source]
https://github.com/gleam-lang/otp ?
5. jen20 ◴[] No.45102874[source]
Several pieces: https://gleam.run/roadmap/

Much of it can be worked around as you suggest.