Is there anything like CoffeeScript for PHP?

后端 未结 10 1761
忘了有多久
忘了有多久 2020-12-08 04:10

PHP interpreters are very common, but the PHP syntax & libraries are inconsistent & cumbersome (IMO, of course). I think a language that compiles into PHP but provid

10条回答
  •  心在旅途
    2020-12-08 04:41

    Currently there is no production-ready or completed coffeescript-like language/compiler for PHP.

    I am the author of CoffeePHP, and is working on the compiler for the shorter syntax. it's actually another language.

    https://github.com/c9s/coffeephp

提交回复
热议问题