Hack
Sign in to saveprogrammeertaal van Facebook Inc.
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 · Nederlands
Hack is een opensourceprogrammeertaal voor de (HHVM), ontwikkeld door Meta als een dialect van PHP. De taal is beschikbaar onder een BSD-licentie. Hack staat programmeurs toe om zowel dynamische als statische typesystemen te gebruiken. Dit typesysteem noemt men geleidelijke typing, wat ook geïmplementeerd is in talen zoals ActionScript. Hacks typesysteem laat toe types te specificeren als functieargumenten, functiereturnwaardes en klasse-eigenschappen; types van lokale variabelen kunnen echter niet worden gespecificeerd.
Abstract from DBpedia / Wikipedia · CC BY-SA