Vibeset

Hack

Hack is a language created by Meta as an evolution of PHP, adding gradual static typing and modern features. It runs on the HHVM virtual machine and powers much of Facebook's codebase internally.

Para qué se usa

A favor

En contra

Ecosistema

Ejemplo

<<__EntryPoint>>
function main(): void {
  echo "¡Hola, mundo!\n";
}