Re: forward referencing
- Posted by Kat <gertie at PELL.NET> Mar 20, 2001
- 406 views
On 20 Mar 2001, at 4:46, Igor Kachan wrote: > Hi Derec, > > > Hi everyone (and especially Robert), > > sorry about the outburst. I've had a tiring day and had frustration leak. > > No problem. Don't worry! Be happy! > > That was just Euphoria's an old, hard, steely but > very kind and simple anti-spaghetty source code resistance. How is filling it up with routine_id()'s not contributing to spagetti code? The very nature of an interpreter lends to making the interpreter smart, and the Eu interpreter is quite smart already, but seems to me that not making a table of available functions before barfing on an unknown function call, just because it wasn't forward referenced, is rather silly. Kat