← Back to context

Comment by luckycharms810

5 hours ago

A little bit of a tangent, but I found this prose to be oddly much better than the quality of most of Claudes prose.

It reminded me of an article I read many years ago by Guido Van Rossum and Jesse Jiryu Davis about coroutines - just a delightful piece of prose:

"The generator can be resumed at any time, from any function, because its stack frame is not actually on the stack: it is on the heap. Its position in the call hierarchy is not fixed, and it need not obey the first-in, last-out order of execution that regular functions do. It is liberated, floating free like a cloud."

https://aosabook.org/en/500L/a-web-crawler-with-asyncio-coro...