Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:26502 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 70606 invoked by uid 1010); 10 Nov 2006 23:31:08 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 70591 invoked from network); 10 Nov 2006 23:31:08 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Nov 2006 23:31:08 -0000 Authentication-Results: pb1.pair.com header.from=helly@php.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=helly@php.net; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain php.net from 81.169.182.136 cause and error) X-PHP-List-Original-Sender: helly@php.net X-Host-Fingerprint: 81.169.182.136 ajaxatwork.net Linux 2.4/2.6 Received: from [81.169.182.136] ([81.169.182.136:56908] helo=strato.aixcept.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 39/F3-27611-BBB05554 for ; Fri, 10 Nov 2006 18:31:08 -0500 Received: from baumbart.mbo (dslb-084-063-045-138.pools.arcor-ip.net [84.63.45.138]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by strato.aixcept.de (Postfix) with ESMTP id 8964461028C; Sat, 11 Nov 2006 00:31:04 +0100 (CET) Date: Sat, 11 Nov 2006 00:31:56 +0100 Reply-To: Marcus Boerger X-Priority: 3 (Normal) Message-ID: <13210029597.20061111003156@marcus-boerger.de> To: Hans Lellelid Cc: Brian Moon , internals@lists.php.net In-Reply-To: <4554D36F.5000601@velum.net> References: <4554AE0D.4080600@caedmon.net> <4554B9B5.5090305@caedmon.net> <20061110182358.GB20309@bantha> <4554CDEE.1090903@dealnews.com> <4554D36F.5000601@velum.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Namespaces in PHP 6 - ++$take From: helly@php.net (Marcus Boerger) Hello Hans, Friday, November 10, 2006, 8:30:55 PM, you wrote: > Brian Moon wrote: >>> Unfortunately namespaces are not only syntactic sugar, but dire >>> necessity >>> for PHP if it wants to be taken as a serious langauage and defend it's >>> position against other arising 'web scripting' alternatives. >> >> It seems the list of things that PHP needs to be "taken as a serious >> langauage" is never ending. Before PHP 5, all that was needed was >> good OOP support. Now this. I am for namespaces, but that line is >> getting old and I, a professional, serious PHP developer and tired of >> hearing it. > I think that one reason why this list is never ending is that these > languages are constantly moving targets -- I would hope that what people > expected of a web development language would evolve over the course of > several years. Daniel's project (coWiki) was one of the first (if not > the absolute first) to show us what was possible with PHP5 and > Exceptions; that was some pretty serious PHP. I think what Daniel means > is that to remain competitive, PHP needs to include the features that > developers have come to expect of a language -- and developers are > constantly changing, maturing, working on bigger & bigger projects, > integrating more & more components. I think PHP has been very > responsive to the needs of the constantly maturing user community, > drastically changing its language to support new & better OOP, > Exceptions, etc. Indeed, this responsiveness to an increasingly OO > userbase is why many of us who started with PHP are still using it > today. Namespaces may be the most fervent request lately, but it would > be very sad for PHP if it were to be the last. Very nice writing, I completley agree. The world is changing, so are computer languages, so will we... :-) Best regards, Marcus