Hacker News new | ask | show | jobs
by matheusmoreira 841 days ago
> C also has a fair amount of bookkeeping hidden behind the scene

Hosted C does in the form of the standard library. C does have a freestanding variant though and its book keeping is generally limited to knowing struct member offsets.