←back to thread

218 points signa11 | 1 comments | | HN request time: 0.208s | 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 #
NoTeslaThrow ◴[] No.43682554[source]
> When your computer is a PDP-11, otherwise it is a high level systems language like any other.

Describing C as "high-level" seems like deliberate abuse of the term. The virtual machine abstraction doesn't imply any benefits to the developer.

replies(4): >>43682932 #>>43682952 #>>43683254 #>>43701753 #
ryao ◴[] No.43701753[source]
Spend 90 days writing nothing but assembly language and then tell me that you believe C is a low level language.
replies(1): >>43703098 #
NoTeslaThrow ◴[] No.43703098[source]
I don't see much difference. What is C suppose to express that assembly cannot? What is assembly suppose to express that C cannot? Does this conversation matter to begin with?
replies(2): >>43706152 #>>43706808 #
1. ryao ◴[] No.43706152[source]
You did not spend 90 days writing assembly language. I doubt you even spent 1 day.