top | item 45991542

(no title)

xonre | 3 months ago

PHP should do a real major compatibility break and remove $ sigil from variable names. It's gonna be worth the pain!

discuss

order

johannes1234321|3 months ago

Hello Perl 6!

Such a change makes it a completely different language with no compatibility. Thus all previous code is lost, no easy migration paths (especially for libraries which would like to support both during transition)

hu3|3 months ago

I would love that. But yeah, it would probably kill PHP because it would break all code.

Maybe https://getrector.com could auto-fix 99% of code but it would still be very hard to get adoption.

rafark|3 months ago

Would it though? I’ve been thinking about this for a while.

What about introducing a new file extension for this? Something like MyClass.p so that .php is for classic syntax and .p Can support newer syntax? You could support old codebases while at the same time support better syntax.

It’s probably too much for the core php team to maintain both though