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

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.

> C doesn’t allow arbitrary jumps.

Have you heard of longjmp?