Y
Hacker News
new
|
ask
|
show
|
jobs
by
Wowfunhappy
168 days ago
You don't think assembly is more tedious to write than C? I don't think that's because of what C does/doesn't "allow" you to do.
1 comments
yazaddaruvala
168 days ago
Of course it is. C does allow named functions and variables. C doesn’t allow arbitrary jumps.
Those are two reasons why C is less tedious than assembly.
link
1718627440
168 days ago
> C doesn’t allow arbitrary jumps.
Have you heard of longjmp?
link
Those are two reasons why C is less tedious than assembly.