|
|
|
|
|
by lpil
2281 days ago
|
|
Hi! I'm the author of Gleam. We have type safe actor libraries now :) I'm interested in what the WhatsApp team come up with here too! I'm not sure it's possible to "solve" this entirely though, message passing in Erlang is extremely dynamic and some of the problems are not possible to solve (i.e. distributed message passing) and will always require some unsafe type casting. |
|