Remix.run Logo
LtWorf 2 hours ago

Yes, in python they break something at every release now. It's terrible. It mostly is because they remove modules from their standard library for no good reasons.

For example they've removed asyncore, their original loop-based module before the async/await syntax existed. All the software from that era needs a total rewrite. Luckily in debian for now the module is provided as a .deb package so I didn't have to do the total rewrite.

edit: as usual on ycombinator, dowvotes for saying something factually true that can be easily verified :D

Hendrikto 13 minutes ago | parent [-]

I think the downvotes are because you did not answer the question you replied to, and instead gave a pretty unrelated rant.