Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:108595 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 18263 invoked from network); 15 Feb 2020 13:52:54 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 15 Feb 2020 13:52:54 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id D9A04180210 for ; Sat, 15 Feb 2020 04:07:48 -0800 (PST) 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.6 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_NONE, SPF_HELO_NONE,SPF_PASS,SUBJ_ALL_CAPS autolearn=no autolearn_force=no version=3.4.2 X-Spam-ASN: AS2639 136.143.188.0/24 X-Spam-Virus: No X-Envelope-From: Received: from sender4-op-o11.zoho.com (sender4-op-o11.zoho.com [136.143.188.11]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Sat, 15 Feb 2020 04:07:47 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1581768465; cv=none; d=zohomail.com; s=zohoarc; b=Q8f1mB3mf1+j8wQ9D5oowkghxIRhHK7Onm54MsBGckWgjoIgZ/POz6P2xOy89JReXrcVtgb5QYvROTM5Zz+u6qnw3IgsrPm42Q70IcJbxR6DIaGG1uyVy51nVuhmoBACWpWgSyHWo4QS94pS1f1/rwa0Yq3Ct2W8+w7NU3d5J5Q= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1581768465; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:MIME-Version:Message-ID:References:Subject:To; bh=pYDISS6gbwrLh33oyuHDvsV9t0bpc//bJrHJ0049S/U=; b=FeakRBsWWX/DGkU29zblg5RP0pE6Fkk4y45f+vfzHodNu0lPhLJEuNB6LuXbsJJmBfm28NXX2OcxgBNEMAsa71cWn1Yv1bO7+grOYB+Xwof0877NA/jhibsFCcID1RQtD5FZu2NDWA2zRYaVEORARHReNBueGduSRABOxjZiEXM= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass header.i=manuelcanga.dev; spf=pass smtp.mailfrom=php@manuelcanga.dev; dmarc=pass header.from= header.from= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1581768465; s=zoho; d=manuelcanga.dev; i=php@manuelcanga.dev; h=Date:From:To:Cc:Message-ID:In-Reply-To:References:Subject:MIME-Version:Content-Type:Content-Transfer-Encoding; bh=pYDISS6gbwrLh33oyuHDvsV9t0bpc//bJrHJ0049S/U=; b=WWDAWXEFE8+dychih0dxkUpXTCIR+X8UHS0VX0lbi/fpheKfMntayxNbl3HtiuAI iS1pjL3Y7Lr8CbePhMQRiPRdxrD0KhXggZEGvlMgxRqeeDydb0OheEyarjTldW+2vK/ Bb3uiW8d87RDKa5arNvRP8LipNQMMgk1P8bQCH5s= Received: from mail.zoho.com by mx.zohomail.com with SMTP id 1581768434538662.1622358996915; Sat, 15 Feb 2020 04:07:14 -0800 (PST) Date: Sat, 15 Feb 2020 13:07:14 +0100 To: "Larry Garfield" Cc: "php internals" Message-ID: <17048bed3be.d504db79162980.4703631943717571842@manuelcanga.dev> In-Reply-To: <4760949c-abcd-47ab-9553-4e65db80fbd8@www.fastmail.com> References: <10FCCCED-B8AE-4394-91B3-0FEB448E2398@gmail.com> <2C404984-AD76-4CDF-8E1A-04DF8EF024DD@newclarity.net> <0BE8FC1E-A9BF-4A2A-9CA5-59BEE1245632@gmail.com> <938FDD44-1F60-4FE1-B0F1-E70284F5F2D2@newclarity.net> <4760949c-abcd-47ab-9553-4e65db80fbd8@www.fastmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Importance: Medium User-Agent: Zoho Mail X-Mailer: Zoho Mail Subject: Re: [PHP-DEV] [RFC] From: php@manuelcanga.dev (Manuel Canga) ---- En s=C3=A1b, 15 feb 2020 09:22:41 +0100 Larry Garfield escribi=C3=B3 ---- > On Fri, Feb 14, 2020, at 1:04 AM, Manuel Canga wrote: >=20 > > Maybe, bettern fn: * fn(callable $to_clsoure ): *closure ? > >=20 > > I know fn is used in arrow functions. However, for that same reason fn= is > > the most convenient. > >=20 > > Using dik examples( by the way, they are brilliant ): >=20 > Point of order: The Stats analyzer examples were from me, not Dik. :-) = They're taken from one of the monad chapters in the book I'm working on. >=20 > --Larry Garfield >=20 By the way...the following is for folks in internals: Do you think it is worth creating an RFC page about :: function ? I say tha= t because I see that there are many voices against of :: function