Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
gizi
on Aug 23, 2015
|
parent
|
context
|
favorite
| on:
On being the maintainer and sole developer of SPIT...
Gotos were shot down more than 40 years ago and they have never really made a comeback since. They are still used for error handling in the kernel, I've seen.
ajdlinux
on Aug 23, 2015
|
next
[–]
And error handling in many C applications, since in the absence of exceptions they're very useful for doing cleanup.
xorcist
on Aug 23, 2015
|
parent
|
next
[–]
Exceptions is just a fancy word for gotos.
olavk
on Aug 23, 2015
|
root
|
parent
|
next
[–]
Just like functions are just a fancy word for gotos?
xorcist
on Aug 23, 2015
|
root
|
parent
|
next
[–]
Functions are a fancy word for gosubs!
claystu
on Aug 23, 2015
|
prev
[–]
Java employs a limited Goto in the form of labelled continue statements. C# includes an explicit Goto statement for breaking out of loops.
Goto is definitely still out there.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: