Skip to content

Files

hack

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Nov 28, 2018
Oct 14, 2024
Mar 11, 2025
May 31, 2023
Dec 13, 2024
May 30, 2024
Mar 13, 2025
Mar 13, 2025
Mar 11, 2024
Jul 4, 2024
Oct 25, 2022
Jan 4, 2023
Jan 29, 2025
Apr 11, 2018
Feb 27, 2024
Feb 14, 2018
Apr 8, 2022
Jun 15, 2016
Jul 20, 2017
Nov 5, 2015
Aug 26, 2021
Mar 10, 2022
Aug 26, 2021
Nov 19, 2021
Oct 14, 2024
Mar 12, 2021
Apr 10, 2019
Jun 25, 2024

What is Hack?

Hack is a programming language for HHVM that interoperates seamlessly with PHP. Hack reconciles the fast development cycle of PHP with the discipline provided by static typing, while adding many features commonly found in other modern programming languages.

Hack provides instantaneous type checking via a local server that watches the filesystem. It typically runs in less than 200 milliseconds, making it easy to integrate into your development workflow without introducing a noticeable delay.

For more information, see the website.