Member Avatar for [NOPE]FOREVER

Is HACK object orientated and what application development is it designed for?

joyc123 commented: df +0
thelove commented: tested +0
happygeek commented: Wow, look at all those upvotes (for every post) - anyone would think someone was trying to rig their post score rating... -3

Well, as far as I am aware of... HACK is supposed to be a better version of PHP, so it should be object oriented and uses of HACK should be very similar to the uses of PHP.

Here is something I found:

Hack is a programming language for the HipHop Virtual Machine (HHVM) invented by Facebook. The language is open source.
Hack can be seen as a new version of PHP that also runs on the HHVM, but it allows programmers to use both dynamic typing and static typing. This is what is called gradual typing, which has been mostly seen as an academic exercise; as described by Facebook, it is the first to bring gradual typing to a "real, industrial strength" language.

For more info:
http://hacklang.org/
http://en.wikipedia.org/wiki/Hack_(programming_language)
https://code.facebook.com/posts/264544830379293/hack-a-new-programming-language-for-hhvm/

I am going to start learning HACK during the summer... seems like it is worth a try.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.