Re: Euphoria Interpreter design
- Posted by Daniel Berstein <daber at PAIR.COM> Feb 22, 1999
- 486 views
At 08:50 PM 22-02-1999 , you wrote: >Hello again, > >I guess this email is for Rob Craig ... > >The single pass design of the Euphoria Interpreter has the draw back that >all procedures / functions have to be defined before usage. I find that >it results in my source code to be poorly organised. Poorly organized? A poorly organized code is what you get when you are free to declare things wherever you like (VB comes to mind). Euphoria declare-before-use is one of it strong points. It enhances redability & conceptual organization. Regards, Daniel Berstein [daber at pair.com]