Y
Hacker News
new
|
ask
|
show
|
jobs
by
artemonster
192 days ago
this whole thing is equivalent to a goto at the beginning of a function.
2 comments
dragonwriter
192 days ago
This is true in the same sense that function calls are equivalent to gotos at the beginning
and
end of the function.
link
jhgb
192 days ago
Yes, except without all the known disadvantages of goto. That's the whole point.
link
artemonster
191 days ago
huh? what is the disadvantage? i am very tired of people parroting some non-arguments. goto is awesome. solves TCO, multiloop breaks, switches and whole lot more
link