Goto (Was Re: Open Source)
- Posted by c.k.lester <euphoric at ?kle?ter.com> Oct 19, 2007
- 868 views
In all my years of using Euphoria, I've never come across a situation where I needed a goto. Well, not that I can remember. Even now, in my BBCMF program, which is 839KB of code and 38 base include files (doesn't include the include files included by the base include files), the only problems I've had dealt with calling funcs/procs before they were defined. A simple/not-so-simple shuffling of code usually deals with that and I find my code is better organized afterward. Would goto make my code quicker (like when breaking out of if...then)? That would be the only reason I'd tolerate its inclusion into the interpreter.