|
|
|
|
|
by klodolph
1428 days ago
|
|
Basically, all the front-end code on the server side is written in Hack, because it was originally written in PHP. My understanding is that general application logic, like permissions, is handled by libraries written in Hack. Also stuff like templates (for HTML or other UIs, including CSS), etc. Hack is recognizable as a PHP derivative but the experience of writing Hack is very different from the experience of writing PHP. |
|