From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1958 invoked by alias); 9 Jan 2007 20:23:54 -0000 Received: (qmail 1928 invoked by uid 22791); 9 Jan 2007 20:23:52 -0000 X-Spam-Check-By: sourceware.org Received: from centrmmtao06.cox.net (HELO centrmmtao06.cox.net) (70.168.83.78) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 09 Jan 2007 20:23:45 +0000 Received: from eastrmimpo02.cox.net ([68.1.16.120]) by centrmmtao06.cox.net (InterMail vM.6.01.06.03 201-2131-130-104-20060516) with ESMTP id <20070109202343.XZJR13510.centrmmtao06.cox.net@eastrmimpo02.cox.net>; Tue, 9 Jan 2007 15:23:43 -0500 Received: from black ([70.181.32.198]) by eastrmimpo02.cox.net with bizsmtp id 98NJ1W0034GV2Jm0000000; Tue, 09 Jan 2007 15:22:18 -0500 Received: from bob by black with local (Exim 4.62) (envelope-from ) id 1H4NVX-00088z-4E; Tue, 09 Jan 2007 15:23:43 -0500 Date: Tue, 09 Jan 2007 20:23:00 -0000 From: Bob Rossi To: Jim Blandy Cc: gdb@sourceware.org Subject: Re: GDB and scripting languages - which Message-ID: <20070109202343.GD9844@cox.net> References: <20070108222005.GA27451@nevyn.them.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.12-2006-07-14 X-IsSubscribed: yes 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 X-SW-Source: 2007-01/txt/msg00151.txt.bz2 On Tue, Jan 09, 2007 at 12:11:50PM -0800, Jim Blandy wrote: > > I would prefer that GDB use a single extension language, and that that > language be Python. Python has more momentum than Guile in almost any > way one might measure it: > > - number of users who are familiar with it > - body of large programs written in it > - number of modules available for reuse > - number of programs embedding it > - number of books available for learning it There is one issue I think that makes using TCL a good scripting language for GDB. I'm not sure how important this is however. If the language is TCL, it'll be very easy to test in GDB's test suite. Bob Rossi