Viewing profile — SaraMG
SaraMG
HN member- Joined
- Fri, Mar 21, 2014, 6:06 AM UTC
- HN karma
- 55
- Public activity
- 8 items
- HN profile
- View on Hacker News ↗
About SaraMG
No profile information was provided.
Recent public activity
-
comment
Comment #9179554
Sounds like the kind of "10x engineer" who gets there by demoralizing the rest of his team to 0.1x productivity by being an asshole. Do not want. Do not need. GTFO
-
comment
Comment #8852405
It's not that obscure. Anyone with an ounce of experience in PHP can start writing solid Hack on day one. And that would still be true even if Hack were never seen in the wild. Unl…
-
comment
Comment #8110888
nit: It makes it gradually typed. The types are only as static as you choose to make them.
-
comment
Comment #8110865
The props go to Joel Marcey, Drew Paroski, and Rex Jaeschke though.
-
comment
Comment #7443220
"Can HHVM use standard PHP extensions?" Our internal plumbing is different, so the extension APIs aren't the same, thus PHP extensions can't normally be used with HHVM. Paul has a …
-
comment
Comment #7443168
I'm working on proper documentation for extensions as we speak, but for now you can find some very basic info at https://github.com/facebook/hhvm/wiki/Extension-API . As the author…
-
comment
Comment #7441079
On the scale of a single request (doing stuff from the command line), most benchmarks I've seen are about half the memory footprint. Obviously that's going to vary program to progr…
-
comment
Comment #7440934
HHVM developer & PHP runtime developer here. I've got hands in both runtimes and all even I can say is: Maybe. I think the most likely outcome is that PHP will adopt some of HHVM's…