Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:94943 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 6329 invoked from network); 8 Aug 2016 17:16:37 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 8 Aug 2016 17:16:37 -0000 Authentication-Results: pb1.pair.com header.from=marijic.silvio@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=marijic.silvio@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.223.178 as permitted sender) X-PHP-List-Original-Sender: marijic.silvio@gmail.com X-Host-Fingerprint: 209.85.223.178 mail-io0-f178.google.com Received: from [209.85.223.178] ([209.85.223.178:33800] helo=mail-io0-f178.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E9/A5-33134-47EB8A75 for ; Mon, 08 Aug 2016 13:16:37 -0400 Received: by mail-io0-f178.google.com with SMTP id q83so364371183iod.1 for ; Mon, 08 Aug 2016 10:16:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=vbepwESXCdFEtnzy3SPPfr7e8Eq1x5Ad6+JSxj24Dtw=; b=yidFhi80+BtNY3ks3bXkLTAhkEYcyq84ARGm37tfnFBB2vSzwzO42zBoik+OX8HdVT oKyZn59alDhMI/UBf/84+tUYe/OjvS/0XEcRRDEh9QT1YT1yCRWuoU2JQD5uhbRTE+vc Uc23SKa9VjqskDGj2p9u724wAhwjQ4mRMMRjZEw0yYkxXdPu16kvTH58MSNQK+t0nu1b UKMTeajOfeJFGRKego9F09mcdUxzU4oixtAhVffbSosfoT/bviqis6Hb0HfHil0AcMdK Je1UzbXmV2uEmeCaI9NPea5OfXlw+0q5A/7KSK3d4Rvi5+KMdWmfbNUJGYBZffzPvjZ2 jDyw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=vbepwESXCdFEtnzy3SPPfr7e8Eq1x5Ad6+JSxj24Dtw=; b=G+ug+D6z1C4m/EvY9SqzjbY+JvR1Ka7AxEoG8c4oqPoDjyHEhfoJaHCRU2Czy7W385 0AdREm5wD9JdF0myE7B+kwlMqklzKJW7C47DZAmMSATXAedsH0pYCK9sLc6xEVLFxDX9 JT1lQNRpH+hgN2weaWa86BqAdWXhI+U1dYsjv+yxK9tJztUpCC2WviLMxGupSf1U2S+Y dL9fY0X8YCgMmAOSuJbAsvVz+EMHJqvUsrh+x2Uo1AVjkgLJTn0XCng/nSOFxhAKYDNL 9jQDADY/Yo6V2824TuFwasRhCKL7OAictj0CfnmLdIn8xFe4Dl7uWrhXP84h9SuPNT4u j1CQ== X-Gm-Message-State: AEkoouvhYQcj9diTIgpZOQoZm5x7JhJWAEroDWUPq/4skRPs3zpmOinPAP1DIGthqknvac1v8/6JgRry85Anfg== X-Received: by 10.107.29.67 with SMTP id d64mr92069074iod.138.1470676594416; Mon, 08 Aug 2016 10:16:34 -0700 (PDT) MIME-Version: 1.0 Received: by 10.36.239.133 with HTTP; Mon, 8 Aug 2016 10:16:33 -0700 (PDT) In-Reply-To: <167d6432-e4d6-d87d-5d31-d3d82a8de4ce@fleshgrinder.com> References: <167d6432-e4d6-d87d-5d31-d3d82a8de4ce@fleshgrinder.com> Date: Mon, 8 Aug 2016 19:16:33 +0200 Message-ID: To: PHP Internals List Cc: =?UTF-8?Q?Micha=C5=82_Brzuchalski?= , "S.A.N" Content-Type: multipart/alternative; boundary=001a113ffc52fd6483053992930f Subject: Re: [PHP-DEV] RFC - Immutable classes From: marijic.silvio@gmail.com (=?UTF-8?Q?Silvio_Mariji=C4=87?=) --001a113ffc52fd6483053992930f Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable @Fleshgrinder, Thanks, every help is welcome. 2016-08-08 18:44 GMT+02:00 Fleshgrinder : > On 8/8/2016 5:00 PM, Silvio Mariji=C4=87 wrote: > > It's great that you are up of this. > > I think it will be great to see this one in action. > > > > I agree that we should separate them into separate RFC-s. > > > > 2016-08-08 15:51 GMT+02:00 Micha=C5=82 Brzuchalski : > > > >> It is great to hear somone is interested so why not. My lately > discussion > >> found usefull implementing 3 keywords, such as: > >> 1. *immutable* for the functionality you are currently working on. > >> 2. *sealed* for the above plus type not changeable. > >> 3. *final* for the above plus not being overridable. > >> > >> But all of them should be implemented in different RFC's starting from > >> Immutable because it's base point to toher two keywords. > >> Whole idea needs refreshing discussion to clarify idea so it can > success. > >> > > I would like to offer my support. I might not be as familiar as you guys > with the C source but if you need anything (e.g. documentation, RFC > writing, testing, ...) let me know. > > -- > Richard "Fleshgrinder" Fussenegger > > --=20 Silvio Mariji=C4=87 Software Engineer 2e Systems --001a113ffc52fd6483053992930f--