Re: Open Source
- Posted by Matt Lewis <matthewwalkerlewis at gmail??om> Oct 19, 2007
- 640 views
Juergen Luethje wrote: > > Matt Lewis wrote: > > Quote from that post: > "I think goto's are fine, and they are often more readable than large > amounts of indentation." > > That's the same like saying: "At night it's colder than outside." > Fortunately, Linus had written some other stuff, which is considerably > better. I don't follow your saying. It's actually a very interesting thread. Here are two of the better posts advocating gotos: http://lkml.org/lkml/2003/1/12/134 http://lkml.org/lkml/2003/1/12/252 Note: This post isn't actively advocating for gotos in euphoria--though I think there's a place for them, especially in the form of something like a "continue" statement. It's also amusing [to me] to note that much of the speed of euphoria is due to gotos. Matt