Hacker News new | ask | show | jobs
by Joeri 4134 days ago
What makes PHP different from JS? Given the performance improvements realized in JS with JIT engines it seems the same benefits should be possible in PHP.
1 comments

It took a lot of work to get JS to its current speed. Here the incentive is that for the web to be fast, JS has to be fast.

That incentive breaks on the server where you can use any language you want anyway.