Re: Dynamic file includes
- Posted by "Juergen Luethje" <j.lue at gmx.de> Jun 02, 2005
- 592 views
Vincent wrote: <snip> > But to answer your question, Euphoria doesnt support dynamic inclustion... > because all the included files and the current source file are entirely > scanned/parsed and converted to intermediate language (IL) before the > interprter executes it. In previous versions of Euphoria, blocks of > code were scanned/parsed, converted to IL, then executed (I think)? and > some sort of "Mickey Mouse" method would allow for partial solution, or > so I heard. I don't think Euphoria needs them, it would be difficult to > work out with bound & translated/compiled programs in that all the > included files would embedded into the application. Also using Eu 2.5, programs can take advantage of a dynamic include technique. I wrote that already before Eu 2.5 was released (URL might wrap): http://www.listfilter.com/cgi-bin/esearch.exu?fromMonth=2&fromYear=9&toMonth=2&toYear=9&postedBy=Juergen+Luethje&keywords=%2214+Feb+2004+10%3A54%3A22%22 CK, this seems to be a FAQ ... ( hint, hint ) Regards, Juergen