Hacker News new | ask | show | jobs
by protonfish 2867 days ago
I wish they had implemented parallelism based on the actor model. It seems like the perfect high-level abstraction for managing parallel processes. All of the asyncio stuff feels too fine-grained for Python-style development.