Is there anything like CoffeeScript for PHP?

后端 未结 10 1767
忘了有多久
忘了有多久 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

    This library isn't like CoffeeScript, in itself, but it's a foundation for rewriting PHP to declare and use your own syntax. I don't have any experience with it, so don't read this as an endorsement, just an observation. https://github.com/theseer/preprocessor

提交回复
热议问题