I am wondering if there are any languages that extend PHP into something ahem “better”?
They don’t have to necessarily be able to interact with PHP, but it is certainly a benefit if they can (e.g. call PHP functions or even be called from PHP).
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Here’s an article from CodingHorror about Wasabi, a language which apparently compiles down to PHP among other strange things:
http://www.codinghorror.com/blog/2006/09/has-joel-spolsky-jumped-the-shark.html
If you mean extending PHP’s capabilities, I assume the plentiful modules that exist for it already do that…