Are there any programming languages targeting PHP, besides haXe?
        Posted  
        
            by stesch
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by stesch
        
        
        
        Published on 2008-12-17T18:28:21Z
        Indexed on 
            2010/03/20
            9:11 UTC
        
        
        Read the original article
        Hit count: 302
        
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.
© Stack Overflow or respective owner