On Fri, 16 Apr 2004, Enrico Weigelt wrote: > I'm currently thinking about ways to integrate several other > languages beside php into the zend engine. > > For example perl and php seem to be quite similar. Some perl > experts told me, there're some things in perl which php semantically > does not support, especially for OPP, but perhaps these come w/ php-5 ? > > And what's w/ other languages, like java (at least source code, > not binary). Does PHP-5 already provide packages, interfaces and > exceptions ? Could packages probably be emulated by the parser.
Perhaps it's a good idea to do some research what features PHP has first before asking those basic questions. > For java integration it would be interesting if higher-level-classes > (i.e. hashes) could be directly handled by zend's features or > extensions (i.e. database connections, SSL, ...), instead of pure > java implementations and so it would also be quite fast. Reimplementing all those things really sounds like a good idea; not. > Would this be possible / useful ? Possible, perhaps, but definitely not in the same engine that is also powering PHP at the same time; useful, imo not at all. You have java to use java, and python to do python, and the zend engine to do PHP. That's how it works, and should be. regards, Derick -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php