Hacker News new | ask | show | jobs
by devonbleak 4164 days ago
For mass hosting of web applications written by untrusted 3rd parties I like PHP better because I can restrict what they can do via php.ini and there seems to be better support for static analysis.

That said most of the stuff I write myself lately is in Python.