From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21051 invoked by alias); 10 Oct 2014 19:40:35 -0000 Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org Received: (qmail 21041 invoked by uid 89); 10 Oct 2014 19:40:34 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.4 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-vc0-f174.google.com Received: from mail-vc0-f174.google.com (HELO mail-vc0-f174.google.com) (209.85.220.174) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Fri, 10 Oct 2014 19:40:33 +0000 Received: by mail-vc0-f174.google.com with SMTP id hq12so3281317vcb.33 for ; Fri, 10 Oct 2014 12:40:31 -0700 (PDT) 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:date :message-id:subject:from:to:cc:content-type; bh=UdWtMiUEeTStuq3b+tp2Umn2OAAKGI+DNs4YW3YYoKg=; b=lnRFUtWpzrhC7pFQoB1mIeulOx5+7Rrt2j8Xqx88JBOUtzo3ZN5Ku+U7nqndt1uV72 CqhHPlmNQgnMltDefFe9Ec12hfme1xuCv7CQLTiJcbSX7IZLPUBLbftZ61CYC7bUx+g0 lVQjuwZAF7Ysh1QR1Oua3+6dfwCHqGIj2eJWyYghIVDZ7fl8cwvPgjgxSUeli5q94yNB EI0LTUrAhsJamp6XPe8Ns+PmQSuMnwk0iVzh61ekN1ke+3gZFPpNOHjepGLQOBOQxVGs cygD1uZbPAF+VtY3I/QEwfTAJogGGDIKqXKNzu1eoOMaQU45HX4q/9oMib6ikFxn2zBC xVpw== X-Gm-Message-State: ALoCoQkxpJ3Vl6s/7cxnvb8ZY7Zr8CcVuM21bxq68PKfqjyZs026GRrjlvKAiNM1PFFrS2Mxnryv MIME-Version: 1.0 X-Received: by 10.220.174.20 with SMTP id r20mr7507949vcz.11.1412970030862; Fri, 10 Oct 2014 12:40:30 -0700 (PDT) Received: by 10.52.181.65 with HTTP; Fri, 10 Oct 2014 12:40:30 -0700 (PDT) In-Reply-To: <5438262F.7080305@redhat.com> References: <5438262F.7080305@redhat.com> Date: Fri, 10 Oct 2014 19:40:00 -0000 Message-ID: Subject: Re: Scripting language feature parity document? From: Doug Evans To: Phil Muldoon Cc: gdb Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2014-10/txt/msg00022.txt.bz2 On Fri, Oct 10, 2014 at 11:32 AM, Phil Muldoon wrote: > > I guess this email is more for Doug than anyone else as he did a lot > of work on the guile support. But when guile was implemented was > there a document on the wiki created describing feature support?. > Sort of like a table with Python and Guile, showing what this supports > and that? > > I searched the wiki and came up with nothing really. If there is not > one around, I can go ahead and create one. I was thinking of large > features only. Something like: > > Python | Guile | Some other future language > =============================================================== > Pretty Printers | yes | yes | no > Frame Filters | yes | no | no > Breakpoint support | yes | yes | yes > ... > ... > (etc) > > The last column just for illustration if we have some other future > scripting language. Hi. No such wiki was created, but good idea! I can do this if you want. Otherwise go for it.