Live data from Hacker News

Hack: a new programming language for HHVM

code.facebook.com

1–10 of 422 posts

Re: Hack: a new programming language for HHVM

#7
I'm really intrigued by the concept of array Shapes. I actually implemented that for Obvious and use it for type checking hashes in ruby with Contracts. https://github.com/RetroMocha/obvious/blob/master/lib/obviou...

It's cool to see the same idea implemented in Hack. I don't know if anyone at FB has even heard of Obvious, but it's cool that they had the same idea in their language.

Re: Hack: a new programming language for HHVM

#10
post #6
post #3

I'm the manager of the team that developed Hack, and I'm sitting here with some of the language designers. Happy to answer your questions.

[deleted]

We wanted to preserve our investment in PHP, while introducing new capabilities and safety that make rapid development at scale less daunting.
Post reply on HN