Hack is a new programming language developed by Facebook for their HHVM runtime that interoperates with PHP. It adds static typing to PHP to enable early error detection while preserving PHP's rapid development cycle. Facebook has successfully migrated their entire PHP codebase to Hack. Hack is now open sourced along with tools to assist converting codebases and integrates static typing without disrupting the typical PHP development workflow.