←back to thread

218 points signa11 | 2 comments | | HN request time: 0s | source
Show context
pjmlp ◴[] No.43681194[source]
> The reason I believe C is and always will be important is that it stands in a class of its own as a mostly portable assembler language, offering similar levels of freedom.

When your computer is a PDP-11, otherwise it is a high level systems language like any other.

replies(7): >>43682173 #>>43682246 #>>43682554 #>>43682928 #>>43683332 #>>43683914 #>>43701871 #
1. hgs3 ◴[] No.43682928[source]
Can you elaborate? C constructs generally map to one or a few assembly instructions at most. You can easily look at C and predict the generated assembly. This is in contrast to other compiled languages, like Go, that inject instructions for garbage collection and other runtime features.
replies(1): >>43682973 #
2. pjmlp ◴[] No.43682973[source]
See my list of languages on a sibling thread, same applies to those, nothing special about C there.