Show HN: Python micro event loop library (~250 LOC) gist.github.com 43 points by tarruda 11 hours ago
vram22 5 hours ago It's 736 LOC now.Last 2 lines, 735 and 736: # Start the event loop with the main coroutine event_loop(main()) tarruda 3 hours ago If you count only the library code, it is less than 250 LOC.I then asked for Claude to write the docstrings and examples which increased by 500 Gys 3 hours ago That is counting all comments and empty lines, which are many.
tarruda 3 hours ago If you count only the library code, it is less than 250 LOC.I then asked for Claude to write the docstrings and examples which increased by 500
It's 736 LOC now.
Last 2 lines, 735 and 736:
If you count only the library code, it is less than 250 LOC.
I then asked for Claude to write the docstrings and examples which increased by 500
That is counting all comments and empty lines, which are many.