Behavior-Oriented Concurrency for Python
33 points
6 hours ago
| 3 comments
| microsoft.github.io
| HN
krystalgamer
3 minutes ago
[-]
the example is atrocious, seems like erlang actor model but for python.
reply
shutterkiller
2 hours ago
[-]
Nice to see actor-ish ideas framed in Python terms. Curious how this compares in practice to Trio/asyncio once you need supervision and restart semantics.
reply
hanselot
55 minutes ago
[-]
Is it just me or is the example they use for the locking extremely badly implemented?

Why would one ever result at that methodology?

reply