you are viewing a single comment's thread
view the rest of the comments
[–] 26 points 2 years ago* (1 child)

I would say wordpress over Facebook for php

  • source
  • hideshow 1 child comment
  • [–] 10 points 2 years ago* (last edited 2 years ago)

    Yeah...

    Facebook hasn't used PHP for a long time. They use Hack which started as a language similar to PHP, but it's very different now - it's strongly-typed and has a bunch of advanced features, like the ability to annotate functions as pure (no side effects), which gets enforced by the type checker.

  • source
  • parent