Hacker News new | ask | show | jobs
by eru 157 days ago
Well, C is a lie anyway: it's not how computers work any more (and I'm not sure it's how they ever worked).
1 comments

Assembly isnt how they work under the hood, but its the highest fidelity interface we have. C as "portable assembler" is targeting the surface that chip designers give us and the one that they try to make fast via all their microcode tricks.