Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:97946 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 58706 invoked from network); 24 Jan 2017 19:25:16 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 24 Jan 2017 19:25:16 -0000 Authentication-Results: pb1.pair.com smtp.mail=rasmus@mindplay.dk; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=rasmus@mindplay.dk; sender-id=unknown Received-SPF: error (pb1.pair.com: domain mindplay.dk from 209.85.216.169 cause and error) X-PHP-List-Original-Sender: rasmus@mindplay.dk X-Host-Fingerprint: 209.85.216.169 mail-qt0-f169.google.com Received: from [209.85.216.169] ([209.85.216.169:33978] helo=mail-qt0-f169.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 12/D9-00729-B1AA7885 for ; Tue, 24 Jan 2017 14:25:15 -0500 Received: by mail-qt0-f169.google.com with SMTP id l7so201473750qtd.1 for ; Tue, 24 Jan 2017 11:25:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mindplay-dk.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=fNd8BUOkTP3OHy1vpCIMaufhL+cDSQCSU0TWcX2DHZk=; b=NcHezaV8wNoyWexH146DfKDx8GC6bZf7pEtEZkvxv5pOq8TvoyBXhyn/0doUjimPBb LMsf2lJABTuAVUc8QurLoNcS5gSz9ZfXgLCof1uR+s3VbVrX0zqU6HZZLSMGTj771Wlu EMcWC9q8fqWXqa038O3LIYhZ1TG3pvp8Ms5+AqU4hBecn0Qy4i35OX71pnZPMJuHjjMi 8PGwID8sofN2tIQrOWvypZbz02roi0T2YOYqVChepAtDReqb9BxTnUT7Yp3bUtJVKQEC iiheyPMjN6OoLEaTmgNi2JdyWPcUUI7DSnhyvfNdfXMdWkFeMJ4IhL+9R4B5/ZhVgkUe x9rQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=fNd8BUOkTP3OHy1vpCIMaufhL+cDSQCSU0TWcX2DHZk=; b=tpnoM7fKRIlOwPB5Uihj81tcUhNT+25Ky8LO3v06USehMBTej690NmaitXvJsorME5 7t6OtvZWexuRra9Q0ybdf+Qkie3Ye5K80snucyew2ObbIh2hBjxV+KePqixyYGupmPh3 EE1oxMNqaMZGe8JuAkpZshd/dV8otl27joReGnxxv91JW1FruenzFZMVaMQ/ji3iN+FJ 3Tiy0It7gKYaANq96mMJYof0hzFag0IVdkJAPAejHy4Ay6crfpRErI40g5NlSfqnFkJa ubH6BYmA1Y/+frs4iIL8vtJZ8942+qpEXMyYUmamWloz17NBm1yfCSm6sIk3CAH3Kv/L cB2g== X-Gm-Message-State: AIkVDXJDtHv7qGHh8jCmZ85s6Jdqm1k0Ubmr9pTCf7xiF/mYSfx20z7QME+mn80L1l+FqMo+JGywk0EEFu0Rlw== X-Received: by 10.237.53.124 with SMTP id b57mr31822036qte.7.1485285912230; Tue, 24 Jan 2017 11:25:12 -0800 (PST) MIME-Version: 1.0 Received: by 10.237.47.231 with HTTP; Tue, 24 Jan 2017 11:25:11 -0800 (PST) In-Reply-To: References: <52a7238f-af22-8960-c829-b1d4ba1bbfdc@free.fr> Date: Tue, 24 Jan 2017 20:25:11 +0100 Message-ID: To: Levi Morrison Cc: =?UTF-8?Q?Fran=C3=A7ois_Laupretre?= , Sara Golemon , PHP internals Content-Type: multipart/alternative; boundary=001a11c103c83054bf0546dc13b3 Subject: Re: [PHP-DEV] Pipe Operator v2 From: rasmus@mindplay.dk (Rasmus Schultz) --001a11c103c83054bf0546dc13b3 Content-Type: text/plain; charset=UTF-8 Isn't `_` more generally used as a "discard" placeholder in most languages? At least in Swift, Go, Scala, Dart and C# (starting with v7) I think? I don't recall having seen it mean "fill in the blank". In what languages? On Fri, Jan 20, 2017 at 4:26 PM, Levi Morrison wrote: > Oops, sorry for an email that just quotes others; mis-clicked send. > > > Last, a cosmetic suggestion : replace '$$' with '$<' (more explicit as > > 'input data', imo). > > If we aren't going to use `$$` I'd like to use `_` or `__` which read > similar to "fill in the blank" and has precedence in other languages. > > But at this stage I'd much rather focus on changing the general model > to what I've proposed instead of what is outlined in the RFC. I care > much more about the feature than the exact syntax for it. > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > --001a11c103c83054bf0546dc13b3--