Love the way they avoid mentioning Rails.
The new PHP
201–203 of 203 posts
Re: The new PHP
#202Earlier quoted context omitted.
Isn't that pretty much what people use with rails? No one says that is overkill.
Has PHP decided whether it's a language or a framework yet? EDIT: To clarify, a framework like Rails definitely has a place for including a web server. Now Ruby has a lightweight web servers in its standard library (but not its core library). Maybe the problem people are seeing with the web server (and it's not a new problem) is the way PHP's core library contains so many things that other languages would leave out a…
Re: The new PHP
#203Earlier quoted context omitted.
In most enterprise environments, you have your choice between .NET and PHP. Given the option, I'll take PHP, thanks.
Twitter's code is "enterprise" code in that it has to satisfy the organization's needs and a huge part of it is not user-facing, but targeting other enterprises (for example, Twitter ads). At Twitter, we use Scala. So, no, you're not necessarily stuck between these two options (or Java, which is another popular choice in the enterprise scene). Scala was chosen specifically, among other things, because Twitter had a l…