Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:68174 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 4644 invoked from network); 18 Jul 2013 23:00:21 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 Jul 2013 23:00:21 -0000 Authentication-Results: pb1.pair.com smtp.mail=morrison.levi@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=morrison.levi@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.214.177 as permitted sender) X-PHP-List-Original-Sender: morrison.levi@gmail.com X-Host-Fingerprint: 209.85.214.177 mail-ob0-f177.google.com Received: from [209.85.214.177] ([209.85.214.177:36193] helo=mail-ob0-f177.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E0/C0-34315-48378E15 for ; Thu, 18 Jul 2013 19:00:21 -0400 Received: by mail-ob0-f177.google.com with SMTP id ta17so4370867obb.8 for ; Thu, 18 Jul 2013 16:00:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=pTaZT+AhehpnrMbC+K1dx5AIs5f762uupSn7QFvO7y0=; b=VpKS00J+VL1o3VMXSGgFG3tUgw9iIm8VyCu6k2eonQbV+aKgOTntP7UF6skgMkUO1v OCAQNWnTAT3nHaevN1Z9Xw51SV5JIO2MUDEUYU0l3zWe/igsl8xkAXsRzzxCHZUX5ntl SPkY/Bv9/73SW4wHolLWm5UOwrkyz8Qcqo5n5lhaKMMPlCgqh+rIh74qVBfxBaSqhrvU hZAcWZnda9/KiTKx1jWzKoJ5kHOQAUVVbI7o7AMwwLLBAQQmUdTSmkHawekuaLx8UMix F1YzcnAFZoBYMgGJ0SOMPJDAA5Qq0I8FHsaffG5yiNo9WbTbSe1dVO5jl5YEr8U83c9e booA== MIME-Version: 1.0 X-Received: by 10.182.215.133 with SMTP id oi5mr10006129obc.83.1374188418421; Thu, 18 Jul 2013 16:00:18 -0700 (PDT) Received: by 10.76.81.167 with HTTP; Thu, 18 Jul 2013 16:00:18 -0700 (PDT) In-Reply-To: References: Date: Thu, 18 Jul 2013 17:00:18 -0600 Message-ID: To: =?KOI8-U?B?4s/HxMHOIOvV2sXNwQ==?= Cc: internals@lists.php.net Content-Type: multipart/alternative; boundary=001a11c254348924b204e1d12c63 Subject: Re: [PHP-DEV] SPL Binary Tree, Graph From: morrison.levi@gmail.com (Levi Morrison) --001a11c254348924b204e1d12c63 Content-Type: text/plain; charset=ISO-8859-1 > > I would like to ask you what is your opinion about implementing Binary Tree > and Graph data structures in SPL in addition to existing ones? IMHO it > would be great because that will prevent from inventing a wheel all the > time, and prove that PHP is full featured language like C#, Java, ... > Convince me with use-cases; I don't think proving that we're as "full-featured" as C# is helpful, healthy or necessary. --001a11c254348924b204e1d12c63--