Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
pjmlp
on May 11, 2018
|
parent
|
context
|
favorite
| on:
The Evolution of C Programming Practices: A Study ...
Yes, which means you are sure where the flow goes next, instead of hunting down goto spaghetti.
Even call/cc is more structured than plain gotos.
CodeArtisan
on May 11, 2018
[–]
I am not sure about that. What about high order programming
(define (goto proc) (proc))
pjmlp
on May 11, 2018
|
parent
[–]
It still has a call stack, goto only goes forward.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
Even call/cc is more structured than plain gotos.