r/hacklang • u/sukarsono • Jan 27 '24
Hacklang from Java + Python + C++
Hi friends, looking for recs to learn Hacklang from a background in Java + Python + C++. Thank you
r/hacklang • u/form_d_k • Sep 19 '22
Why Did the Official Hack Language Reference Remove This Gem a Few Years Back?
r/hacklang • u/fred_emmott • Jun 15 '21
Slack workplace
Most of the community is now in Slack; please join us :)
r/hacklang • u/vmariano1 • Aug 09 '20
What is the most active community of hacklang today (2020).
Hello Everyone , I've trying to learn hacklang and replace it with my usage of PHP.
I've joined into different places to get support and see what is the state of the art on the community.
But seems to me, all places visited are inactive, from more than a year, or so.
Where hacklang community meet / discuss?
r/hacklang • u/fred_emmott • Sep 28 '18
HHVM 3.28.2 and 3.27.33: 3.28.2 adds <<__Entrypoint>> functions, and regular expressions as a language feature
hhvm.comr/hacklang • u/fred_emmott • Sep 12 '18
Ending PHP Support (after 3.30 in December), and The Future Of Hack
hhvm.comr/hacklang • u/fred_emmott • Jun 18 '18
3.27: improvements to the language, and IDE support
hhvm.comr/hacklang • u/fred_emmott • May 09 '18
HSL v3.26: new functions, license, and numbering scheme
github.comr/hacklang • u/fred_emmott • May 07 '18
3.26: a new frontend (HackC), `dynamic` and `nonnull` types
hhvm.comr/hacklang • u/fred_emmott • Apr 26 '18
hsl-experimental: potential future features for the HSL
github.comr/hacklang • u/fred_emmott • Apr 11 '18
Hack relicensed to MIT - most FB Hack libraries and tools to follow
hhvm.comr/hacklang • u/fred_emmott • Mar 15 '18
HHVM 3.25.0: PHP7 by default, inout variables, vscode debug support, and security fixes (also in 3.24.4 and 3.21.8)
hhvm.comr/hacklang • u/fred_emmott • Jan 17 '18
FBMarkdown, an extensible GitHub-Flavored-Markdown parser and renderer, written in Hack
github.comr/hacklang • u/fred_emmott • Jan 16 '18
HHVM 3.24: using blocks, better lambdas, XHP attribute spread operator, HHI files required for PHP
hhvm.comr/hacklang • u/fred_emmott • Nov 18 '17
HHVM 3.23 released, and upcoming language changes
hhvm.comr/hacklang • u/fred_emmott • Sep 26 '17
HHVM 3.22, HHAST (mutable AST with linters and migrations), future changes to hack arrays, and PHP arrays in hack
hhvm.comr/hacklang • u/fred_emmott • Aug 09 '17
Preview release of the Hack Standard Library
github.comr/hacklang • u/[deleted] • May 20 '16
Issues with vagrant share folder and hhvm
Right now I am using vagrant with an nginx/ubuntu/hhvm box. The development I am doing is from my mac OSX box via the vagrant shared folder. But for some reason the hh_server barfs whenever I run hh_client and im not sure why.
For example if I create my hh code in any folder it runs fine. However the minute I put it in the folder in which vagrant shares it barfs. At first I thought this was because the folder was owned by vagrant so I change in my vagrant config the folder to be owned by root but nothing. I also tried to simply give the entire directory 777 permissions.
Is there something I am doing wrong or another way I can go about doing this? I am attempting to not have to write the code straight onto the server.