hacklang Questions
1
I left the PHP world for few years and I was working in C#.Net since then.
I am thinking about diving into the PHP again and today I came across http://hhvm.com/ and it seems way more similar to C#...
3
Solved
So I was excited to jump into some Hacklang and HHVM, and after finally managing to get it running on a CentOS 6 VM (tip: servergrove.com have a RPM from a repo of theirs, but it still needed MySQL...
2
Solved
The docs are pretty light. The interface looks almost identical to an array.
When should I prefer a dict?
Alternative asked 2/2, 2017 at 19:0
2
Hacklang may still be relatively new but are there any frameworks (MVC for instance) that are well-documented for it ? I've stumbled accross Fastuc or Hack-mvc but they don't seem ready yet and the...
Martineau asked 1/4, 2015 at 9:3
3
Solved
Has anyone managed to find an IDE for Hack Language used on HHVM ?Is there any plugin available for the well-known IDEs like Eclipse,Netbeans,etc?
Thank you!
Edit : By the time SiebelsTim has embe...
1
Solved
Can we expect a speed gain by transitioning from PHP to Hack on HHVM?
I'm thinking of the strongly typed parameters / return types, in particular scalars, does that allow HHVM to do a better job a...
2
Solved
I have started learning hacklang today and now I am a bit stuck on shapes:
http://docs.hhvm.com/manual/en/hack.shapes.php
I understand the concept of shapes and it seems really useful for me, but ...
1
Solved
The Hack manual makes it fairly clear how to type-annotate function parameters, function return types, and member variables. However, all of the ways I've tried to type-annotate a global variable o...
Forthcoming asked 15/4, 2014 at 14:54
1
Solved
Is there any way to tell HHVM to output Hacklang warnings and errors into the browser? Something like PHP does with enabled display_errors, display_startup_errors and error_reporting set to E_ALL
...
1
Can someone explain how this works?
http://docs.hhvm.com/manual/en/hack.lambda.php
Variables are captured automatically and transitively (including $this):
<?hh
$z = 11;
$foo = $x ==> $y =...
1
Solved
I am getting a pdo exception "could not find driver" when trying to access MySql through PDO using hacklang/hhvm (compiled today). I tried installing php5-mysql but I'm not even sure that is helpfu...
1
Solved
I decided to start a new project to get into hacklang, and after fixing some if the problems I initially ran into transitioning from php habits, I ran into the following errors:
Unbound name: str_...
Akeyla asked 30/3, 2014 at 8:9
2
Solved
Facebook have introduced a new programming language, which looks mostly like an extension to PHP. They've called it Hack and it's running on their HHVM engine.
After seeing their website and...
1
© 2022 - 2024 — McMap. All rights reserved.