Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
kmavm
on Nov 29, 2012
|
parent
|
context
|
favorite
| on:
Speeding up PHP with the HipHop VM
It is closer to 5.3, though we've adopted some 5.4 features: traits, our closures' treatment of $this, and f()[$x] syntax.
Edit: notably not short array syntax, at least yet.
dkhenry
on Nov 30, 2012
[–]
This makes me sad. That's one of the nicest features of 5.4 not needing to type array() all over the place.
debacle
on Nov 30, 2012
|
parent
[–]
It's a relatively trivial feature to implement (really just syntactical sugar), it probably just wasn't prioritized.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
Edit: notably not short array syntax, at least yet.