←back to thread

175 points nateb2022 | 1 comments | | HN request time: 0.26s | source
Show context
giovannibonetti ◴[] No.41527109[source]
Those looking for a type-safe actor model implementation may find the Gleam language [1] that runs on the actual BEAM VM and its OTP library [2] more interesting. It's type system is much closer to Rust, with native algebraic data types.

[1] https://gleam.run/ [2] https://hexdocs.pm/gleam_otp/

replies(1): >>41528972 #
1. widdershins ◴[] No.41528972[source]
I'm now sort of fascinated to know if it would be possible to compile Gleam to Go, and use this library to emulate the Erlang process stuff...