On Tue, Jun 30, 2009 at 10:03 AM, Trevor Parscaltparscal@wikimedia.org wrote:
On 6/30/09 9:16 AM, Brion Vibber wrote:
Any thoughts? Does anybody happen to have a PHP implementation of a Lua or JavaScript interpreter? ;)
-- brion
GPL, Alpha software, seems to be abandoned in 2005 http://j4p5.sourceforge.net/
Perhaps this could be tested, considered, brought back to life, etc?
Google also turns up http://phpjs.berlios.de/
Like J4P5 it also seems to be an abandoned alpha.
For a stand-alone JavaScript interpreters there are some well-supported projects, like Jaxer: http://www.aptana.com/jaxer
However, this again gets back to separately compiled code, and would not easily be able to interact with PHP.
-Robert Rohde