Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:114171 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 68594 invoked from network); 25 Apr 2021 22:16:12 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 25 Apr 2021 22:16:12 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id D0FD71804B5 for ; Sun, 25 Apr 2021 15:20:05 -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=-2.6 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,RCVD_IN_DNSWL_LOW,RCVD_IN_MSPIKE_H4,RCVD_IN_MSPIKE_WL, SPF_HELO_PASS,SPF_NONE autolearn=no autolearn_force=no version=3.4.2 X-Spam-Virus: No X-Envelope-From: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits)) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Sun, 25 Apr 2021 15:20:05 -0700 (PDT) Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id 7E8E95C00C6 for ; Sun, 25 Apr 2021 18:20:05 -0400 (EDT) Received: from imap8 ([10.202.2.58]) by compute4.internal (MEProxy); Sun, 25 Apr 2021 18:20:05 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm2; bh=Uq9ZojttvMqFo01S4KwZdq6GLtfVUipbJ/pKg/ArE RY=; b=lkgQA5yL6xOVaKFdsJd0skJRUHKnlO4Z/3VrwPYvPF/06vAut+KlA1gnO XIsaEBiS5x4Oepr4DiyzmUUYF6xFf9RGbzs5f67TitSrxz2REIiJSpgSQ2AkAn6e GKsAZQSJisTnrf0XL+AaSFh6XPFfNZalY9hm2CRZ8cQjS7/7rB9jqN/f52Jkkxbn ryf22s3K2nsMgZuxnIL/plWSLGzGy21XndHBBugMJTOc7YkyyZZVgTvY2AbYN/bw coXHs9LCrRukh1xC7jaRJYB3ESGeY9XhiQzjfLewMgbTRK8G5mp+FaFq4cr5cA96 2sR3sy77e/z35sY8Yieyi2ahp8zTg== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduledrvddujedgtdekucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhepofgfggfkjghffffhvffutgfgsehtqhertderreejnecuhfhrohhmpedfnfgr rhhrhicuifgrrhhfihgvlhgufdcuoehlrghrrhihsehgrghrfhhivghlughtvggthhdrtg homheqnecuggftrfgrthhtvghrnhepffffffejffdugfegvedviedttedvgfejffefffej leefjeetveehgefhhfdvgfelnecuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpe hmrghilhhfrhhomheplhgrrhhrhiesghgrrhhfihgvlhguthgvtghhrdgtohhm X-ME-Proxy: Received: by mailuser.nyi.internal (Postfix, from userid 501) id 5106F3A02D2; Sun, 25 Apr 2021 18:20:05 -0400 (EDT) X-Mailer: MessagingEngine.com Webmail Interface User-Agent: Cyrus-JMAP/3.5.0-alpha0-403-gbc3c488b23-fm-20210419.005-gbc3c488b Mime-Version: 1.0 Message-ID: <53109012-a1fc-4b1a-b1a4-495387e9e4ff@www.fastmail.com> In-Reply-To: References: Date: Sun, 25 Apr 2021 17:19:44 -0500 To: "php internals" Content-Type: text/plain;charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] [RFC] Partial function application From: larry@garfieldtech.com ("Larry Garfield") On Sun, Apr 25, 2021, at 4:34 PM, Olle H=C3=A4rstedt wrote: > By the way, for pipe operators to be really useful, it should probably= > be possible to combine with middleware. >=20 > Olle Pipes are their own RFC I plan to bring back up after this one gets clos= er to a vote or passes, as they complement each other nicely. I'm not s= ure what you mean here, though. Pipes *are* a middleware style, just a = different approach than the deeply nested call stack that is typical tod= ay. --Larry Garfield