Compare that to manual locking required for rust concurrency or c++ concurrency. Or the copying overhead you get with Go, which can still deadlock.
pony does not need any locks, just proper types.
And it can copy or share state in threads.
And it has nominal or structural types.
Old-style inherited or new mixin OO.
It is far advanced over rust.
Just distributed actors as in Erlang are not there yet.
Compare that to manual locking required for rust concurrency or c++ concurrency. Or the copying overhead you get with Go, which can still deadlock.
pony does not need any locks, just proper types. And it can copy or share state in threads. And it has nominal or structural types. Old-style inherited or new mixin OO.
It is far advanced over rust. Just distributed actors as in Erlang are not there yet.