Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:93086 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 16822 invoked from network); 5 May 2016 10:36:07 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 5 May 2016 10:36:07 -0000 Authentication-Results: pb1.pair.com smtp.mail=rowan.collins@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=rowan.collins@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.54 as permitted sender) X-PHP-List-Original-Sender: rowan.collins@gmail.com X-Host-Fingerprint: 74.125.82.54 mail-wm0-f54.google.com Received: from [74.125.82.54] ([74.125.82.54:37139] helo=mail-wm0-f54.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 3C/CA-16256-6122B275 for ; Thu, 05 May 2016 06:36:06 -0400 Received: by mail-wm0-f54.google.com with SMTP id a17so20407908wme.0 for ; Thu, 05 May 2016 03:36:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to; bh=5rpziWVTWokoN8T+KfT6gZ79iei8+hHG0rqPFPJ0N2k=; b=KkWF7xI5IxEbWa93w9t/+NvL+V96dJxN5HXKoqeLMYWN6rrp8Rk0jaGaLruNtwU45R oQ5STBuRjrz45jLbpW+vPcR6rSZVg/nlO0R0XFxkqU4CVqYVeCxyZQzkgosh+m98tUVB as8gnuj4vwvzWdrHHTi+WMZSW1C5K/8hSZ5JyE8rFXshVrHj/2fBAJDGKivFzEFrK5y+ KuzhRfjiuPd1BvswZwSQDfkTUY1SwsLDRIEvtAJOKzkZXS6YpotJsvC8CJGxx0PV+UzT B0Mnnol/gS8a2w3BJj7qpmdrxkCa9bMeSjS5wM8XhGN7CY6H9X8JsjFQoVpcwS3aUjzX cIvw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to; bh=5rpziWVTWokoN8T+KfT6gZ79iei8+hHG0rqPFPJ0N2k=; b=R/SK+TARS9WhMh/AD1s656SlhegrhyYilJ+KuVTf+2OQY8EU2lgitu+NctU+tEkOp8 pZ4YOEC7hNcasY9BAIuWRTzhj8PYkYt2V4Jrwav1cfTIfMVezsD1ocZuNDDIwtyb9ZS8 j9jKuXTgpJkKHYpc2RwTXwyptU3zmTuNH0LQsH8jscQfka0L9q1hGsGhIwbf3ShTNStp SmXe2asdQgpNl+3YW3HnoGyei0jWHoZia0TxrlZpq5MRzcnpRVOj6RYlvkeXLONQxDo8 mBx0SlNLENuu+LuxFAeNkwYYMapUvlyqg6chTVKqP3O5XE1opjrQggfixqYi83IC2m7v TI3w== X-Gm-Message-State: AOPr4FXYyd6vf3hzp2uQo+qZMZ85pJBei+LqdR8zUyHpQIeA4u8UQLqBt5LYlrAElPD95Q== X-Received: by 10.28.15.74 with SMTP id 71mr2690760wmp.34.1462444563818; Thu, 05 May 2016 03:36:03 -0700 (PDT) Received: from [192.168.0.76] ([93.188.182.58]) by smtp.googlemail.com with ESMTPSA id o4sm9031823wjx.45.2016.05.05.03.36.02 for (version=TLSv1/SSLv3 cipher=OTHER); Thu, 05 May 2016 03:36:03 -0700 (PDT) To: internals@lists.php.net References: <5723F2AE.2020806@garfieldtech.com> <8a7d1e8a-1e9e-0bbd-912a-21201638b989@gmail.com> Message-ID: <7d47c7ab-39d3-2b2d-be88-ebc66176c7a2@gmail.com> Date: Thu, 5 May 2016 11:34:09 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.0 MIME-Version: 1.0 In-Reply-To: <8a7d1e8a-1e9e-0bbd-912a-21201638b989@gmail.com> Content-Type: multipart/alternative; boundary="------------55E7F89EEE7D39C322C6D29F" Subject: Re: [PHP-DEV] Attributes/Annotations Case Study: Drupal From: rowan.collins@gmail.com (Rowan Collins) --------------55E7F89EEE7D39C322C6D29F Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Stanislav Malyshev wrote on 05/05/2016 07:48: >> The key idea of RFC was not to invite another language for meta-data, >> >but use PHP language itself. > This is a good way to avoid handling a lot of issue, but what I am > afraid of is that with this solution, what would happen that people > start doing exactly that - inventing another languages for metadata. I tend to agree - what the proposal basically says is "here's a generic parser, invent a domain-specific language using that parser". Theoretically, people could implement all sorts of weird "operator overloading" behaviour: <> Translator)>> <> <> Do we really need or want that kind of flexibility, just to avoid agreeing a specific structure for metadata? Regards, Rowan Collins [IMSoP] --------------55E7F89EEE7D39C322C6D29F--