Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:84135 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 92599 invoked from network); 1 Mar 2015 23:52:41 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 1 Mar 2015 23:52:41 -0000 Authentication-Results: pb1.pair.com header.from=rdlowrey@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=rdlowrey@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.213.180 as permitted sender) X-PHP-List-Original-Sender: rdlowrey@gmail.com X-Host-Fingerprint: 209.85.213.180 mail-ig0-f180.google.com Received: from [209.85.213.180] ([209.85.213.180:37618] helo=mail-ig0-f180.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 77/91-17251-746A3F45 for ; Sun, 01 Mar 2015 18:52:40 -0500 Received: by igbhn18 with SMTP id hn18so13100215igb.2 for ; Sun, 01 Mar 2015 15:52:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:message-id:subject:from:to:content-type; bh=+Fv0WRUI7hLyCmAYAF8Wln55AVZt8B6ZkhSlDICPzAI=; b=TVUOPxK1AcUNXsVKQt5ZG+0CCfwgIEPOWbZi5pzpA3vyEB8+12EmwyCgVIiQ/MRu0l SXtBl1a+z4IxfeGDxI3sojiOv5kncHbCMwpB+6ck/fEmqbv5r+k1POkNrLHYfp6eCZIs GkEKBHsDSOEUldGrGy7wxqfHYATw+MXFOs+gDxKrh0mqJgEIoSV7N4NgLa0DnPaoX9O8 zIyaW47Qib6olzVe3KKfayHXwuiqYomC7s2v7gFDqdbSGY/T+UF27LUSU5Ec8Nni3BE/ fAdB6yiOqNb/dseUTypE3FsyrkOQbEx5k8ZfaTIVXuovrP/O3nhqB3W57G4nS7aFfOHW S2AQ== MIME-Version: 1.0 X-Received: by 10.107.12.13 with SMTP id w13mr32794195ioi.28.1425253956965; Sun, 01 Mar 2015 15:52:36 -0800 (PST) Sender: rdlowrey@gmail.com Received: by 10.50.156.198 with HTTP; Sun, 1 Mar 2015 15:52:36 -0800 (PST) Date: Sun, 1 Mar 2015 18:52:36 -0500 X-Google-Sender-Auth: 4m5YsflDvrmf_Yd2OpFUh-iSUeo Message-ID: To: "internals@lists.php.net" Content-Type: multipart/alternative; boundary=001a113ed654d1da76051042cbfb Subject: [RFC Discuss] Generator Delegation From: rdlowrey@php.net (Daniel Lowrey) --001a113ed654d1da76051042cbfb Content-Type: text/plain; charset=UTF-8 Hi folks, I'd like to initiate discussion on a proposal to implement generator delegation via the following new syntax inside generator functions: yield * The Generator Delegation RFC is available here: https://wiki.php.net/rfc/generator-delegation This proposal is conceptually related to (and requires functionality proposed by) the forerunning Generator Return Expressions RFC here: https://wiki.php.net/rfc/generator-return-expressions Thanks for your time, Daniel --001a113ed654d1da76051042cbfb--