1. forward referencing
- Posted by Derek Parnell <ddparnell at bigpond.com> Mar 20, 2001
- 416 views
<FLAME ON> I've had yet another frustrating time reorganizing code just so Robert's belief that forward referencing is of the Devil, is honoured. ROBERT, YOU ARE JUST PLAIN WRONG ABOUT THIS ONE! <FLAME OFF>
2. forward referencing
- Posted by Derek Parnell <ddparnell at bigpond.com> Mar 20, 2001
- 424 views
Hi everyone (and especially Robert), sorry about the outburst. I've had a tiring day and had frustration leak. ------ cheers, Derek Parnell
3. Re: forward referencing
- Posted by Igor Kachan <kinz at peterlink.ru> Mar 20, 2001
- 401 views
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. Your code is excellent now, I am sure without seeing. Be happy again! Remember, don't forget yours "To finish a job quickly, go slower." Regards, Igor Kachan kinz at peterlink.ru
4. Re: forward referencing
- Posted by Kat <gertie at PELL.NET> Mar 20, 2001
- 407 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