Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:84180 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 59636 invoked from network); 2 Mar 2015 19:13:35 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 2 Mar 2015 19:13:35 -0000 Authentication-Results: pb1.pair.com smtp.mail=larry@garfieldtech.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=larry@garfieldtech.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain garfieldtech.com from 66.111.4.25 cause and error) X-PHP-List-Original-Sender: larry@garfieldtech.com X-Host-Fingerprint: 66.111.4.25 out1-smtp.messagingengine.com Received: from [66.111.4.25] ([66.111.4.25:33296] helo=out1-smtp.messagingengine.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 3F/17-14834-C56B4F45 for ; Mon, 02 Mar 2015 14:13:32 -0500 Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id 24451200F3 for ; Mon, 2 Mar 2015 14:13:28 -0500 (EST) Received: from frontend1 ([10.202.2.160]) by compute4.internal (MEProxy); Mon, 02 Mar 2015 14:13:29 -0500 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=x-sasl-enc:message-id:date:from :mime-version:to:subject:references:in-reply-to:content-type :content-transfer-encoding; s=smtpout; bh=W0ZgTqRiRhm0seAmU8iLww nh8WA=; b=XLUE1PJCzBzttrDuU8prRfYac+Htag4XtiT80qcVZk5k1K5aPskob0 Rw/WKBgAv4usS37hkXT668KkHNWA1u+tmnPLe9Q7zqVU/sZfGAWpoA/HpXiEKmam +tT+SMhsIbT8SD1tS6a0r18wmJG5NiT27udyajuXOiSM26jOz2w1o= X-Sasl-enc: 77t/N9DaNAl2eTNsSuqI8hlE5ADKl/QhR1TlIics4xrE 1425323608 Received: from Palantirs-MacBook-Pro-7.local (unknown [63.250.249.138]) by mail.messagingengine.com (Postfix) with ESMTPA id ECB08C0028C for ; Mon, 2 Mar 2015 14:13:28 -0500 (EST) Message-ID: <54F4B658.50900@garfieldtech.com> Date: Mon, 02 Mar 2015 13:13:28 -0600 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: internals@lists.php.net References: In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] [RFC Discuss] Generator Delegation From: larry@garfieldtech.com (Larry Garfield) Gr, top-posting... On 3/2/15 1:05 PM, Niklas Keller wrote: > I prefer yield from, because it yields that value from the generator. Yield > use doesn't make any sense to me if I read those words. > > Additionally, it's already used by another language. > > Regards, Niklas ^^ Agreed on all points. --Larry Garfield