New language on top of PHP?

前端 未结 12 1712
甜味超标
甜味超标 2021-01-30 02:39

I\'m a PHP developer. I like PHP! It is a really good language if you know how to use it, but I know it allows very bad design sometimes.

It reminds me of JavaScript whi

12条回答
  •  囚心锁ツ
    2021-01-30 02:51

    This is something I have thought about already often. PHP just is messy at some points.

    Actually, I already have a project PrePHP focusing on providing PHP 5.3 functionality to PHP 5.2. But it adds some minor language features, like func()[0]. I haven't developed this project for some time and it definitely isn't "clean", but it shows, that what you want is possible and actually even not that complicated.

    If you are serious about this, I am perfectly willing to collaborate with you.

提交回复
热议问题