Remix.run Logo
ipnon an hour ago

Yes, now that humans write less than 99% of code, the most important criteria for a language isn't readability, which I'd argue was always Python's main selling point, but the underlying runtime. There are practical limits to how fast a Python program can run either under I/O or CPU bound compared to other popular and mature languages with extensive libraries, like Elixir, Go or C++, depending on your use case.

tripleee an hour ago | parent [-]

> now that humans write less than 99% of code, the most important criteria for a language isn't readability

please tell me you're reading the AI code

computerex an hour ago | parent [-]

Not really. I test the output thoroughly, I examine the thinking process, I go through the diff to see if anything jumps out but I my thinking process/the way I work has changed. Low level programming thinking has gotten atrophied it seems.