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 · Русский
Hack — PHP-подобный язык программирования общего назначения со статической типизацией, разработанный компанией Facebook и представленный 21 марта 2014 года.Код, написанный на языке Hack, исполняется на виртуальной машине HHVM (англ. HipHop Virtual Machine), созданной на базе транслятора HipHop, и поддерживающей одновременно и Hack, и PHP. Является открытым программным обеспечением — исходные коды проекта открыты для участников сообщества. Целью создания языка стало совмещение быстрого цикла разработки PHP с надёжностью и производительностью, которые обеспечивает статическая типизация. На момент релиза проект поддерживали его создатели — Брайан О’Салливан, Жюльен Верлаг и Алок Менхраджани. На момент релиза Hack и HHVM их код был скомпилирован под Ubuntu 12.04 LTS, Ubuntu 13.10 или Debian 7.
Abstract from DBpedia / Wikipedia · CC BY-SA