Most voted "hack" questions
Hack is an open source programming language that reconciles PHP’s fast development cycle with the discipline provided by static typing, while adding many features commonly found in other modern programming languages. Use this tag for questions about classes, methods, functions, syntax and general use of this language.
Learn more…5 questions
Sort by count of
-
12
votes1
answer717
viewsWhat are the main differences and advantages between PHP and Hack languages?
I see that the syntax of both are quite similar, but surely they have their differences, after all they are not one. What are your differences? I’ll put some items I think are important for the…
-
3
votes1
answer182
viewsWhich Ides have Hack language support?
Does anyone know of any IDE for the hack language? Is there any plugin available for Ides like Eclipse, Netbeans, etc.? I am currently creating the code in Phpstorm but it does not understand most…
-
2
votes2
answers176
viewsWhat is the Box<T> declaration for?
I was taking a look at documentation of the Hack. I know that this language is a modification of PHP to introduce type checking. I saw that they put this example to demonstrate the use of classes, I…
-
0
votes1
answer37
viewsFailure on the hhvm server
I created a school project to use the language Hack. I performed the installation of the hhvm as documented sudo apt-get install hhvm I started the server hhvm -m server -p 8080 And I created a file…
-
-3
votes0
answers34
viewsHOW TO CREATE A WEBSITE OR FORUM THAT HAS ACCESS TO USERS' REGISTRATION DATA
I wanted to know if there is a site/ forum that ADM can access the data of who register (basically the login and password they used to create, only) and that is easy to handle (I am Noob in…