Re: Good Use of GOTO
- Posted by Jeremy Cowgar <jeremy at ?ow?ar.com> Jun 06, 2008
- 829 views
Chris Bensler wrote: > > The other valid argument for goto is optimization, but I have a hard time > seeing > this as an issue in euphoria. Mainly because if speed is so critical, Euphoria > is probably not the right choice regardless of the use of goto. > That's not true. Sure, I could write a file import in assembler but would I want to? It may execute in 10 seconds while the Euphoria would execute in 25 minutes. I'd choose the Euphoria version in a blink of an eye. Now, say I was able to use goto and decrease that to 20 minutes. or even 23 minutes. Fantastic, all the better. -- Jeremy Cowgar http://jeremy.cowgar.com