Live data from Hacker News

Announcing a specification for PHP

hhvm.com

1–10 of 263 posts

Re: Announcing a specification for PHP

#6
post #2

A language without a spec ? Damn, php is even worse than I thought. Still, FB may turn it (with hack and HMMV) into something interesting.

That's not uncommon for implementation-defined languages. Ruby didn't have a language specification until the community set up rubyspec as it started getting serious about alternative implementations.

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

#7
post #4

As 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

#8
post #7
post #4

As 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.

This is sadly true, on so, so many levels...

Re: Announcing a specification for PHP

#10
This is great news for the PHP community, and I for one applaud their effort. Contrary to what many HN hipsters seems to believe, PHP is quite a capable language, and HHVM / Hack is really pushing things forward.

* 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.

Post reply on HN