Hacker News new | ask | show | jobs
by maratd 4921 days ago
> which would mean there would be a strong bias against languages that make it easy to write sane URLs

This is false. It is very easy to make sane URLs in PHP. You just designate index.php (or whatever you want, actually) as the default index in your http server. In fact, that's how it works in every language?