Hacker News new | ask | show | jobs
by JonChesterfield 719 days ago
Well, at some point in history C was about telling a physical machine what to do. You can see that in the operations it exposes.

I don't know what modern C is for. The one that manipulates an abstract machine with concurrency oracles and time travelling metadata on object identifiers. It looks like an aberration derived from C++ to me.

1 comments

Every compiler for C has always done things like register allocation that make it not assembly.