Hack icon
Hack icon

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.

Cost / License

  • Free
  • Open Source

Application type

Platforms

  • Linux
13likes
0articles

Features

  1.  Support for scripting
  2.  Object-oriented Language
  3.  Interpreter
  4.  Rad

Hack News & Activities

Highlights All activities

Recent activities

Hack information

AlternativeTo Category

Development

GitHub repository

  •  18,665 Stars
  •  3,070 Forks
  •  545 Open Issues
  •   Updated  
View on GitHub

Popular alternatives

View all
Hack was added to AlternativeTo by s_ktt on and this page was last updated .
No comments or reviews, maybe you want to be first?

Official Links

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.