SitePoint PHP Blog: J4P5 - Javascript For PHP5
On the SitePoint PHP Blog today, there's a new post from Harry Fuecks talking about J4P5, a native PHP5 Javascript interpreter. I kid you not. In fact this looks like a pretty serious attempt. You'll...
View ArticleLigaya Turmelle's Blog: PocketHPH - A PHP Engine for the Pocket PC Platform
On her blog today, Ligaya Turmelle has a quick post about PocketHPH, a PHP processing engine for handheld devices. On the PocketHPH homepage it notes that the software is currently offered as a demo...
View ArticleDevShed: Building Interpreter Classes with PHP 5
DevShed is starting off another design pattern series with part one of their look at the interpreter pattern - commonly used along with the Composite pattern to create more modular applications. In...
View ArticleDevShed: Manipulating String Literals with Interpreter Classes in PHP 5
DevShed has the second part of their look at the Interpreter design pattern series posted today. This time, they focus on the manipulation of string literals with Interpreter objects in a simple...
View ArticleDevShed: Creating a Blog Application with Interpreter Classes with PHP 5
DevShed has posted the final part of their look at working with the Interpreter pattern and its use in a PHP5 application with the creation of a simple blogging application. As you can see, the logic...
View ArticlePHPImpact Blog: PHP implemented in 100% Java
In this recent post to the PHP::Impact blog, Federico talks about a slightly scary thing - a version of PHP implemented 100% in Java. Quercus allows developers to incorporate Java code into PHP web...
View ArticleJohan Mares' Blog: Running PHP CLI shell scripts
Johan Mares has a recent post about using PHP on the command line: I already knew how to run PHP scripts from the command line (CLI), although I never really used it. What was new to me was that there...
View ArticleJack Diederich's Blog: Comparing the Ruby/PHP/Python C Interpreters
Recently on his blog Jack Diederich took a look at three different interpreters for Ruby, PHP and Python to see how they were implemented as compared to the language they're used in. The other day I...
View ArticleGithub.com: Lisphp - Lisp in PHP
From the "just because you can" category today Lunant has created a port of the Lisp language via an interpreter in PHP - Lisphp. Lisphp is a Lisp dialect written in PHP. It was created to be embedded...
View ArticleDZone.com: Running JavaScript inside PHP code
On DZone.com Giorgio Sironi has a new post about an interesting new PHP extension that lets you run javascript inside PHP - v8js (VERY alpha right now). v8js is a new PHP extension able to run...
View Article