Re: Open Source
- Posted by jacques deschĂȘnes <desja at glob?trotter.net> Oct 19, 2007
- 643 views
Juergen Luethje wrote: > > don cole wrote: > > > Now that Euphoria open source. (The answer to everything.) How come we now > > can't have a Goto? > > We could also ask: > "Now that everyone can use tools for calculating like (s)he wants, > how come that nobody uses a slide rule?". > The answer to both your and my question is the same: It's obsolete, > nowadays there are better tools for the regarding purpose. > > Regards, > Juergen Don't make it a religion. "Goto" is not the devil. By the way in assembler there is only "goto" conditional ones like those that jump to a label if some flag is set or unset and unconditionnal jump. Even at call to subroutine is a goto preceded by som push an registry saving. There is a place for "goto", with or whitout "goto" a good coder stay a good coder and a bad one, a bad one. Jacques D.