Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

O'Reilly:
$lamp =~ /^Linux,\s*Apache,\s*MySQL,P(?:hp|ython|erl[56])$/
May 29, 2006 @ 11:21:16

On the O'Reilly PHP blog today, there's a look at what really makes up the LAMP package - does it matter if it's just Linux/Apache/MySQL/PHP, or is the concept the same if we start making substitutions.

LAMP technologies traditionally include Linux, Apache, MySQL, and, by happy coincidence, one of three “P” languages: PHP, Python or Perl. Of course, this is changing a bit. Many folks have long preferred PostgreSQL over MySQL because prior to MySQL 4.1 (or 5, depending upon your point of view), MySQL was pretty much a sophisticated toy, but LAPP probably doesn’t sound as cool. Others prefer Ruby to Python, PHP and Perl, but prior to Rails, many folks assumed that switching to Ruby wouldn’t be a good career move.

One of the main questions he looks at, though, is whether Perl6 will join the ranks of the "P languagaes" in LAMP. He gives some code examples to illustrate how it might cause some headaches for developers, but others that are more powerful than some of their other-language counterparts.

tagged: lamp python perl mysql apache planguage lamp python perl mysql apache planguage

Link:

O'Reilly:
$lamp =~ /^Linux,\s*Apache,\s*MySQL,P(?:hp|ython|erl[56])$/
May 29, 2006 @ 11:21:16

On the O'Reilly PHP blog today, there's a look at what really makes up the LAMP package - does it matter if it's just Linux/Apache/MySQL/PHP, or is the concept the same if we start making substitutions.

LAMP technologies traditionally include Linux, Apache, MySQL, and, by happy coincidence, one of three “P” languages: PHP, Python or Perl. Of course, this is changing a bit. Many folks have long preferred PostgreSQL over MySQL because prior to MySQL 4.1 (or 5, depending upon your point of view), MySQL was pretty much a sophisticated toy, but LAPP probably doesn’t sound as cool. Others prefer Ruby to Python, PHP and Perl, but prior to Rails, many folks assumed that switching to Ruby wouldn’t be a good career move.

One of the main questions he looks at, though, is whether Perl6 will join the ranks of the "P languagaes" in LAMP. He gives some code examples to illustrate how it might cause some headaches for developers, but others that are more powerful than some of their other-language counterparts.

tagged: lamp python perl mysql apache planguage lamp python perl mysql apache planguage

Link:


Trending Topics: