Hello,

"Stig S. Bakken" wrote:
> > > Unless I'm mistaken, Java doesn't have eval.  Any language with eval
> > > needs a runtime environment when executing, even if the rest of the code
> > > is converted to C.
> >
> > I am not expert in Java (actually I don't program in Java - MetaL
> > generates it for me if I ever need it), but I suppose that what eval
> > does is what java.lang.Compiler class is for.
> 
> >From what I can see it's related, but I don't think the language design
> of Zend/PHP is quite up to C generation, at least not yet.  I would like
> nothing more than being proven wrong (by code) though.

Maybe. The way I see it may be as easy as translating Zend bytecodes
into C code that would have to compiled and linked against libphp and
the rest of libraries that may be needed.

Regards,
Manuel Lemos

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to