Hacker News new | ask | show | jobs
by yc1010 4087 days ago
I would love to move onto HHVM and since mostly run own PHP code 3rd party code compatibility is not a problem, BUT unfortunately the editor I use (PHP Storm) doesn't yet support HHVM :(

what editors do people that are using HHVM use?

2 comments

HHVM is just a PHP JIT compiler. It's not a different language.

That is Hack.

I wasn't clear enough I now realize in my post, I meant supporting Hack language that comes with HHVM (type annotations etc) in PHP Storm
But those are two things. You can move to HHVM and not use Hack.