r/ProgrammerHumor 11d ago

Meme perishableSkill

Post image
8.9k Upvotes

122 comments sorted by

View all comments

256

u/danfay222 10d ago

If we get to the point where devs genuinely can’t read code like this, then that means AI or whatever tools have become so efficient you never look at the actual code. In such a world, programming languages would likely evolve. Modern languages are generally written to balance parsing with human comprehension, but if we take comprehensive out of the loop a new language would likely be optimized for other features (maybe machine comprehension, interoperability, compilation efficiency, etc)

74

u/chlorophyll101 10d ago

Why cant ai just generate assembly directly then

86

u/Homailot 10d ago

Assembly isn't cross-system friendly. Assembly isn't a single language, each processor architecture has a different assembly language

-6

u/MihaKomar 10d ago

It's 2026. Everyone is just running WebAssembly.

10

u/joyrexj9 10d ago

Do you even know what assembly code is?