Announcing a specification for PHP
1–10 of 263 posts
Re: Announcing a specification for PHP
#2Re: Announcing a specification for PHP
#3Re: Announcing a specification for PHP
#4Any similarity with Godwin's law is mere coincidence.
Re: Announcing a specification for PHP
#5What's it been, 20 years?
Re: Announcing a specification for PHP
#6A language without a spec ? Damn, php is even worse than I thought. Still, FB may turn it (with hack and HMMV) into something interesting.
Facebook is apparently getting serious about its own alternative implementation (or at least intending to be taken seriously) and are thus stepping in with a spec.
Re: Announcing a specification for PHP
#7As a discussion of any programming language grows longer, the probability of a bashing against such language approaches 1. Any similarity with Godwin's law is mere coincidence.
Re: Announcing a specification for PHP
#8As a discussion of any programming language grows longer, the probability of a bashing against such language approaches 1. Any similarity with Godwin's law is mere coincidence.
There are languages that everybody hates, and then there are the languages nobody uses.
Re: Announcing a specification for PHP
#9Re: Announcing a specification for PHP
#10* Hack introduces type hinting, imo the major lacking part in PHP.
* HHVM introduces speed to php. On a personal project calculating perlin noise, I got about 8x speedup on HHVM.
* The specification helps pave the way for more implementations of PHP.