Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:121558 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 62241 invoked from network); 2 Nov 2023 22:24:23 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 2 Nov 2023 22:24:23 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id C4637180211 for ; Thu, 2 Nov 2023 15:24:20 -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.1 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,HTML_MESSAGE,RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H5,RCVD_IN_MSPIKE_WL,SPF_HELO_NONE,SPF_PASS, T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.2 X-Spam-ASN: AS2639 136.143.188.0/23 X-Spam-Virus: No X-Envelope-From: Received: from sender4-of-o51.zoho.com (sender4-of-o51.zoho.com [136.143.188.51]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Thu, 2 Nov 2023 15:24:19 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1698963858; cv=none; d=zohomail.com; s=zohoarc; b=MlhaLhGA2+dB7pC+yp33XjtzfcFUg1JzH2lR1+PgKVRDWWWGJeXKN9o0xhjOSZuoKHEvRLwhnPmAyuWC/hQ4f/VUHvc2vIPpbuAzVIHPGaOq30X/lMulIjgwqD9d3N0eY3JJEGPX2XcnhaNf7uRVIncRwKTafRv/ocAeJ7Q+N+k= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1698963858; h=Content-Type:Date:Date:From:From:In-Reply-To:MIME-Version:Message-ID:References:Subject:Subject:To:To:Message-Id:Reply-To:Cc; bh=BkLwDlpfn636r7PSPhvwerIvYgK2lwXRx7qTYN31Mr4=; b=SH4+Ueq/YRRCWWn0jbI9gKjsaf6b8n6i2lyA7pFdr0PgsLzMt8P8vDhfY1O2+EUS8zw7GWiUg0upi8IVAuRRqw5aHQPvEOKKMCfqluOimHZIlkpz/FsJx244a8xAUW1eR8M8NeDT03I1kjFy/NcFaJ/rqigF6E4jmcgg/f9pUqg= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass header.i=daniil.it; spf=pass smtp.mailfrom=daniil@daniil.it; dmarc=pass header.from= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1698963858; s=daniil; d=daniil.it; i=daniil@daniil.it; h=Date:Date:From:From:To:To:Message-ID:In-Reply-To:References:Subject:Subject:MIME-Version:Content-Type:Message-Id:Reply-To:Cc; bh=BkLwDlpfn636r7PSPhvwerIvYgK2lwXRx7qTYN31Mr4=; b=hH6DFFKdMN4b+AlXh12XsT5XNXi20XL5ue2xDY+5oYEXeMAbwkBA3vNxgNvVm+0m 0yMX0g808sQoFOi266hpVAxINFgxQ0WKdJj/mHllxtTKFyXA3sbPpc8vVTuuNaSNFd+ HjJ7KxSIpzB7RrIDPWqIa/M7/XDuFOFLvCmfLD00= Received: from dummy.faircode.eu (128.116.205.77 [128.116.205.77]) by mx.zohomail.com with SMTPS id 1698963857399235.7216983842926; Thu, 2 Nov 2023 15:24:17 -0700 (PDT) Date: Thu, 2 Nov 2023 23:24:15 +0100 (GMT+01:00) To: internals@lists.php.net Message-ID: In-Reply-To: <2bd0a372-fa27-4911-acd5-1b2114dad8ca@daniil.it> References: <2bd0a372-fa27-4911-acd5-1b2114dad8ca@daniil.it> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_20_19138729.1698963855428" X-Correlation-ID: X-ZohoMailClient: External Subject: Re: [PHP-DEV] Short Function Syntax From: daniil@daniil.it ------=_Part_20_19138729.1698963855428 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Hi, I don't hate the idea, I actually really like the rust-ish look of it, though personally I would prefer to have short function syntax for closures before methods (I.e. fn () { ... } is a syntax I wanted and could not use countless times in all the years since the introduction of arrow functions...) Regards, Daniil Gentili. ------=_Part_20_19138729.1698963855428--