Are there any programming languages targeting PHP, besides haXe?
- by stesch
PHP doesn't get much love but is still a winner at easy deployment (for cheap hosting).
Are there any programming languages (besides haXe) that target PHP? Writing applications in this language and then translating it into PHP, like some languages target C as an intermediate language?
The Scheme implementation Chicken compiles into C.
XOTcl converts Java code into Tcl code
LINJ was(?) a tool to convert Lisp into nice looking Java code
…
+ a lot of ways to produce JavaScript without touching JavaScript.