3 Hack is a programming language for [HHVM](https://hhvm.com) that interoperates
4 seamlessly with PHP. Hack reconciles the fast development cycle of PHP with the
5 discipline provided by static typing, while adding many features commonly found
6 in other modern programming languages.
8 Hack provides instantaneous type checking via a local server that watches the
9 filesystem. It typically runs in less than 200 milliseconds, making it easy to
10 integrate into your development workflow without introducing a noticeable delay.
12 For more information, see the [website](http://hacklang.org/).