An interesting project, but it seems to be in its infancy :)
I definitely want an actor based language to play with, and something with a strong type system would be perfect. gleam [1] and inko [2] look promising in this regard[1]https://gleam.run/
[2]https://inko-lang.org/
az09mugen|1 year ago
[0] https://www.ponylang.io/
linkdd|1 year ago
throwawaymaths|1 year ago
The core philosophical problem with gleam is that it is trying to get rid of errors. Ok, well good luck with that.
davexunit|1 year ago
__MatrixMan__|1 year ago
Do you mean that the error handling of an Erlang process is in any way diminished by using gleam? Or is it just that maybe it's unnecessary work to try so hard to prevent errors which you've already put so much into tolerating?