Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:88472 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 5126 invoked from network); 24 Sep 2015 10:14:02 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 24 Sep 2015 10:14:02 -0000 Authentication-Results: pb1.pair.com header.from=rowan.collins@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=rowan.collins@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.212.172 as permitted sender) X-PHP-List-Original-Sender: rowan.collins@gmail.com X-Host-Fingerprint: 209.85.212.172 mail-wi0-f172.google.com Received: from [209.85.212.172] ([209.85.212.172:35303] helo=mail-wi0-f172.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 83/48-33598-8ECC3065 for ; Thu, 24 Sep 2015 06:14:02 -0400 Received: by wicge5 with SMTP id ge5so244846211wic.0 for ; Thu, 24 Sep 2015 03:13:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to:content-type:content-transfer-encoding; bh=5+ZAwtgH+hAuPoLCCFoczqdiv2jt4PRTVZ3bLcQJ0ng=; b=WBXWe3Qio8q6jPmbJTPqIzGhApyXS0ogqSvi9JsdC8rEH05IR7dW8mTsxpoEZLbAdS GUl8Kyu+PnwuvJAD8f2ShijchrzK9OhayQsz0pUrmgTLs3lSpu6fCjEm8PScHCYaMcvU xdTQWLubrKCLYyaBchC+s8wAc7G5S0ApBx4BP4Q6+siwb3oWKQtBn8TVHvB1bzDdRla9 aysaNQkStmC2b7SKU8QZYhENIU5VHWgLmmPs4Y/ZsrAZZd5cUFsbqzYUDbfAEOZ9dvE9 PI0xyeBwbkjBvYZ5u38Gb9XOdZtPDguVb6cZIQWo4iD+IHX4g3IHiGzgJf3KCswSiacg Goxw== X-Received: by 10.180.89.101 with SMTP id bn5mr8740598wib.20.1443089637663; Thu, 24 Sep 2015 03:13:57 -0700 (PDT) Received: from [192.168.0.119] ([62.189.198.114]) by smtp.googlemail.com with ESMTPSA id v7sm2373802wjv.12.2015.09.24.03.13.56 for (version=TLSv1/SSLv3 cipher=OTHER); Thu, 24 Sep 2015 03:13:57 -0700 (PDT) To: internals@lists.php.net References: <28.4D.56639.BB071065@pb1.pair.com> <5603A109.5040005@lsces.co.uk> Message-ID: <5603CCC7.8010504@gmail.com> Date: Thu, 24 Sep 2015 11:13:27 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 MIME-Version: 1.0 In-Reply-To: <5603A109.5040005@lsces.co.uk> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Re: [RFC] [VOTE] Short Closures From: rowan.collins@gmail.com (Rowan Collins) Lester Caine wrote on 24/09/2015 08:06: > So is PHP heading > down the path of a compiled language even if that is hidden in some > automatic cache or is it still mainly an interpreted script? PHP already is a compiled language; it just has a highly dynamic runtime engine (which is at times a blessing, and at times a curse).