Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:109737 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 59717 invoked from network); 21 Apr 2020 05:35:19 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 21 Apr 2020 05:35:19 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 8CE381804CD for ; Mon, 20 Apr 2020 21:06:36 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on php-smtp4.php.net X-Spam-Level: * X-Spam-Status: No, score=1.4 required=5.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,HTML_MESSAGE,RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H2,SPF_HELO_NONE,SPF_SOFTFAIL autolearn=no autolearn_force=no version=3.4.2 X-Spam-ASN: AS15169 209.85.128.0/17 X-Spam-Virus: No X-Envelope-From: Received: from mail-qk1-f175.google.com (mail-qk1-f175.google.com [209.85.222.175]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Mon, 20 Apr 2020 21:06:36 -0700 (PDT) Received: by mail-qk1-f175.google.com with SMTP id l25so13269000qkk.3 for ; Mon, 20 Apr 2020 21:06:35 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=qpTgFwcC/M1z0Hz1G5pF+8/fmzBIZVgPok6Dcp7uH3o=; b=CPHdCXWiMarzGtuk9sAGaGradhGC982L4OcmH7xoUOc6MmTTyZpMHt2JqKo19iBnR5 lZ90xiIicP9yxpILyOT5HQV4iIWW2d6DEpgg4RPW7NF+PC7m9OR5Ia/NSdN+SGrDWrdP 3+lCmE/zG7iF/oq7eQeB5jmSM684YpoFuFFJtzYq1+f3C2Bap7rpAyGbghmlJT0nT1QK e13w6KoCAbJpdlr8oG+6msE936ldmm4wkypaq8DAyORe8Lg7XPa0ZsfUaqQDf8aHarCg qqfK99yk/wRpQDcFrY98Tt1J4bKIvIS4KNLl8L4TuFR+JOPx62NKu0Z1zkjc6dW3Gz6o ZQKw== X-Gm-Message-State: AGi0PuayZmDQM2vPiB0d/bYogmwL7aIOOVAU4bZ6LQO8+PebIBvJ9fDH Wq9H9WLx9zks1muDa+lgP25LT0JTy32sppGXQ5XKeg== X-Google-Smtp-Source: APiQypIegKTkM5Lj0sBz3jcI+CSRESpgqpjLb4FKqL2efgaHdQ4m5Rvi64IyTu825hQbU1kr/IApnGYNTe9DbfCIihI= X-Received: by 2002:a37:690:: with SMTP id 138mr19965166qkg.414.1587441995337; Mon, 20 Apr 2020 21:06:35 -0700 (PDT) MIME-Version: 1.0 References: <2677cdc6-309c-4e4e-9cd9-12ff2a90c1e1@www.fastmail.com> <93A509E9-E6BC-425C-A584-F49F094E75B0@benramsey.com> In-Reply-To: <93A509E9-E6BC-425C-A584-F49F094E75B0@benramsey.com> Date: Mon, 20 Apr 2020 23:06:24 -0500 Message-ID: To: Ben Ramsey Cc: Larry Garfield , php internals Content-Type: multipart/alternative; boundary="0000000000003be47a05a3c524db" Subject: Re: [PHP-DEV] [RFC] Function pipe operator From: pollita@php.net (Sara Golemon) --0000000000003be47a05a3c524db Content-Type: text/plain; charset="UTF-8" On Mon, Apr 20, 2020 at 9:39 PM Ben Ramsey wrote: > > On Apr 20, 2020, at 20:38, Larry Garfield > wrote: > > > > I've been commenting on other RFCs enough lately that I should probably > put myself through the wringer, too. I therefore offer this RFC to add a > function pipe operator, as seen in a number of other languages: > > > > https://wiki.php.net/rfc/pipe-operator-v2 > > > Happy with the revival, and I do want to underline the "Future Work" section about Partial Functions. PF will make this version of pipes 100% more readable and fluent, and I want to endorse both, but I'll take one at a time. -Sara --0000000000003be47a05a3c524db--