small refactorings
[hiphop-php.git] / hphp / hack / README.md
blob040a18d8ac2e49eef2fa5832da1c6f68c3505060
1 # What is Hack?
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/).