Re: Eu 2.4 vs Eu 2.5
- Posted by Robert Craig <rds at RapidEuphoria.com> Feb 15, 2004
- 578 views
Greg Haberek wrote: > Ok, so 2.5 will be 50/50 C/Eu, The Translator is 100% Euphoria. Interpreter #1 is 100% Euphoria. Interpreter #2 will be about 30% Euphoria, 70% C. > sounds fun, probably faster. My question is, > how is the 50% Eu code interpreted? Is is hand-coded IL or does 2.4 do the > interpretation? Given the latter, aren't we technically limiting ourselves > to 2.4? I'll Translate the front-end Euphoria code to C, and link it with the C-coded interpreter back-end to make an interpreter .exe file. The IL will be passed from front-end to back-end via memory. We won't be tied to 2.4 at all. I'm free to implement new Euphoria language features, and once they are stable, I can use those new features internally in the translator and interpreter, if I want. Regards, Rob Craig Rapid Deployment Software http://www.RapidEuphoria.com