Hacker News new | ask | show | jobs
by mtarnovan 2246 days ago
This is a very interesting project, thanks. I'd love to see how you solve the problem of typed message passing in the language itself.
1 comments

These two libraries are probably the best to look at:

https://github.com/gleam-experiments/otp_agent https://github.com/gleam-experiments/otp_process

They could be improved but they are good enough for us to get started with.