Source code
HHVM is an open-source virtual machine designed for executing programs written in Hack. HHVM uses a just-in-time (JIT) compilation approach to achieve superior performance while maintaining amazing development flexibility. You can run standalone programs just by passing them to hhvm: hhvm example.hack . If you want to host a website: Install your favorite webserver. Proxygen is built into HHVM, fast and easy to deploy. Install our package Start your webserver Run sudo /etc/init.d/hhvm start Visit your site at Our getting started guide provides a slightly more detailed introduction as well as links to more information. We'd love to have your help in making HHVM better. If you're interested, please read our guide to contributing. HHVM is licensed under the PHP and Zend licenses except as otherwise noted. The Hack typechecker is licensed under the MIT License except as otherwise noted. The Hack Standard Library is licensed under the MIT License except as otherwise noted. Our user FAQ has answers to many common questions about HHVM, from general questions to questions geared towards those that want to use.
Excerpt from the source-code README · 2,887 chars · not written by Vinony
Wikidata facts
- Instance of
- programming language
- Follows
- PHP
- Developer
- Official website
- hacklang.org
Show 9 more facts
- publication date
- 2014-01-01
- influenced by
- Q34010
- inception
- 2014-01-01
- source code repository URL
- github.com/facebook/hhvm
- typing discipline
- inference typing
- software version identifier
- 4.172
- copyright license
- MIT License
- Commons category
- Hack (programming language)
- programmed in
- OCaml
via Wikidata · CC0
Article · Español
Hack es un lenguaje de programación de alto nivel para la Máquina Virtual HipHop (HHVM), creado por Facebook como una extensión del lenguaje PHP. La implementación del lenguaje es de código abierto, licenciado bajo la licencia MIT.Fue introducido en marzo del 2014. Hack permite a los programadores utilizar tanto tipado dinámico y tipados estáticos. Este tipo de sistema de tipos se le llama tipificación gradual, y también se aplica en otros lenguajes de programación como ActionScript. Hacks permite tipeos que se especifican para argumentos de la función, los valores de retorno de funciones y propiedades de la clase, sin embargo, los tipos de variables locales no se pueden especificar.
Abstract from DBpedia / Wikipedia · CC BY-SA