Hacker News new | ask | show | jobs
by Eli_P 2763 days ago
I tried to make something similar, but more visual, specifically for Python (draft)[1].

Composability is what matters here, when you start to combine these par/async things into big programs, it can become a mess to reason about.

[1] https://github.com/ptytb/pyroboros/blob/master/Pyroboros.pdf

1 comments

That looks nice, but Python is an odd choice for studying synchronization primitives considering it has the GIL.
Thank you, especially for mentioning GIL, I should have added it there too.