agos 2 days ago

How I wish that Gleam had OTP!

Elixir is also getting some tooling love in the form of a new language server and some very much appreciated type checking

1
dimator 2 days ago

Forgive my ignorance, I was looking at this the other day, isn't this otp for gleam?

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

hazn 2 days ago

yes but i believe it is still in the ”beta” stage, as gleam is implementing the OTP by itself and not wrapping the erlang implementation.

you have to import the otp package in gleam to use the famous actor architecture