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
- Official website
- hacklang.org
Show 5 more facts
- publication date
- 2014-01-01
- inception
- 2014-01-01
- source code repository URL
- github.com/facebook/hhvm
- software version identifier
- 4.172
- Commons category
- Hack (programming language)
via Wikidata · CC0
Article · Italiano
Hack è un linguaggio di programmazione per la macchina virtuale HipHop (HHVM), creato da Facebook come un dialetto del PHP. L'implementazione del linguaggio è open-source, concessa sotto i termini della Licenza BSD. Hack permette ai programmatori di usare contemporaneamente sia la tipizzazione dinamica che quella statica. Questo modello di tipizzazione viene chiamato , implementata anche in altri linguaggi di programmazione come l'ActionScript. Il sistema dei tipi del linguaggio Hack permette di specificare tipi per i parametri delle funzioni, per i valori di ritorno e per le proprietà di classe ma il tipo delle variabili locali è sempre dedotto dalla macchina.
Abstract from DBpedia / Wikipedia · CC BY-SA