-2

I cant find many resources about it on the internet. I would like too look into this more and what similarities does it have with javascript!

Cubed Eye
  • 5,581
  • 4
  • 48
  • 64

1 Answers1

3

It's not very Javascriptlike at all. It's more like PHP + static type annotations. It compiles to the HipHop Virtual Machine, for which Facebook has a JIT PHP compiler as well.

The resources that exist publicly are all at hacklang.org.

Mark Reed
  • 91,912
  • 16
  • 138
  • 175