Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:66124 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 46086 invoked from network); 21 Feb 2013 16:08:44 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 21 Feb 2013 16:08:44 -0000 Authentication-Results: pb1.pair.com header.from=morrison.levi@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=morrison.levi@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.219.42 as permitted sender) X-PHP-List-Original-Sender: morrison.levi@gmail.com X-Host-Fingerprint: 209.85.219.42 mail-oa0-f42.google.com Received: from [209.85.219.42] ([209.85.219.42:42643] helo=mail-oa0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 71/E7-05272-B8646215 for ; Thu, 21 Feb 2013 11:08:44 -0500 Received: by mail-oa0-f42.google.com with SMTP id i18so9458113oag.1 for ; Thu, 21 Feb 2013 08:08:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=hXY+wdt0Qd3BQr/k5pg2e9CoBcAKD9CY8ExA2FacYZI=; b=gBwDAsYmXvYodGpGk5V6bFEswgKikZrRqa53bZsbvXTOz6n+j1e00I7ym1E22pj89u W814P2hw7wETOmvpbe2xNPr55sVUS459nA5SmuW6fN72wolJcRzj0w/KjK6Eq3MxzXJF eCufFftwcTx4h9Q5Ubxs5BmNi4RmXLkHWtm6/XEorAB5+yeOMQmXqs3nQVxty/DXy/Ls AgbdLF4LCdLjXO02yHCzXtihXKF9J96EhNYz1c3iP3HKlaJt4RB03/z10mzrpkLRDB6t HzweDBQEBI+mnd7TOKgJieeFnri8vk97soLqojzAfFjqqgRsdRfgPeOxSFcGjS01ZXG+ V3jg== MIME-Version: 1.0 X-Received: by 10.60.171.73 with SMTP id as9mr10804742oec.80.1361462921391; Thu, 21 Feb 2013 08:08:41 -0800 (PST) Received: by 10.76.24.234 with HTTP; Thu, 21 Feb 2013 08:08:41 -0800 (PST) In-Reply-To: <51263D89.5040308@lerdorf.com> References: <678597E6-E3A8-42E0-8DFC-F8382C9DFB41@strojny.net> <8d4e991084a1313844910ec0168eacdf@mail.gmail.com> <51263D89.5040308@lerdorf.com> Date: Thu, 21 Feb 2013 09:08:41 -0700 Message-ID: To: Rasmus Lerdorf Cc: Pierre Joye , Zeev Suraski , Lars Strojny , Derick Rethans , PHP Developers Mailing List Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PHP-DEV] Give the Language a Rest motion (fwd) From: morrison.levi@gmail.com (Levi Morrison) > Personally I would love to see more RFCs focusing on performance and > less on syntax changes. Some recent tests I performed indicate that JavaScript and Dart are both significantly faster than PHP when working with just arrays and numbers. If anyone is interested I can provide the test code for more scrutiny. I'd like to see more performance enhancements but I am not against other enhancements as well.