Live data from Hacker News

Meta's Hack (HHVM) language appears to be no longer maintained

github.com

31–32 of 32 posts

Re: Meta's Hack (HHVM) language appears to be no longer maintained

#31
post #24

I'm a little surprised HHVM is still around, last time I checked it was barely (if at all) faster than vanilla PHP and PHP now has a lot of the comparible features like progressive type safety and concurrency (to an extent). There are even competing PHP compilers/interpreters/runtimes now like there has been for a while with other languages. I'm guessing there is some benefit to running HHVM on the type of large scal…

Wouldn't the large amount of existing services written in Hack be reason enough to keep it around? The cost of rewrites at that scale certainly has to be far more expensive than the cost of paying a team to maintain HHVM

Generally yes but the languages are similar enough that the refactoring could be automated. Of course, that would create a fair amount of QA and testing work but if you have good test coverage you can mitigate that.

Re: Meta's Hack (HHVM) language appears to be no longer maintained

#32
post #20
post #10

Are we really at the point where last commit less than two months ago means something is unmaintained?

It is relative. If a project only pushes a few commits a year, 2 months of quiet is nothing. Given this project going to zero commits from 100s of commits a week is noteworthy.

Noteworthy yes, unmaintained no.
Post reply on HN