Hacker News new | ask | show | jobs
by avaer 14 days ago
The meaning of code will change. Maybe it will get a new name.

Software hasn't been about "real code" (asm) for a long time; yes, this was a common opinion when HLL's and compilers were starting.

1 comments

> “real code” (asm)

You meant actual bytecode?

Assembly doesn’t exactly map to in 1:1. x86’s mov eax, ebx is the classic example that has two ways of being encoded. Not to mention sections, labels and all the other fancies.

That's correct but a bit nitpicky. We could talk about punchcards too, but I'm not old enough to credibly make that reference :)
:-)

I could be wrong, but AFAIK, switchboards^W patch panels were the OG programming method.

Real programmers use butterflies (mandatory xkcd reference) https://xkcd.com/378/
Cam shafts predate them.