From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Carsten Mattner Newsgroups: gmane.emacs.devel Subject: Re: gdb scripting language (was OSX crash) Date: Mon, 19 Dec 2011 15:50:35 +0100 Message-ID: References: <87ty4wk90t.fsf@uwakimon.sk.tsukuba.ac.jp> <87sjkgk56m.fsf@uwakimon.sk.tsukuba.ac.jp> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1324306260 22733 80.91.229.12 (19 Dec 2011 14:51:00 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 19 Dec 2011 14:51:00 +0000 (UTC) Cc: Emacs developers To: "Stephen J. Turnbull" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Dec 19 15:50:56 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RceYF-0008Be-Ja for ged-emacs-devel@m.gmane.org; Mon, 19 Dec 2011 15:50:51 +0100 Original-Received: from localhost ([::1]:40709 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RceYF-0007t1-9B for ged-emacs-devel@m.gmane.org; Mon, 19 Dec 2011 09:50:51 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:40424) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RceY6-0007lq-Ft for emacs-devel@gnu.org; Mon, 19 Dec 2011 09:50:49 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RceY0-0000Hs-8s for emacs-devel@gnu.org; Mon, 19 Dec 2011 09:50:42 -0500 Original-Received: from mail-iy0-f169.google.com ([209.85.210.169]:42167) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RceY0-0000Hk-4o for emacs-devel@gnu.org; Mon, 19 Dec 2011 09:50:36 -0500 Original-Received: by iacb35 with SMTP id b35so8114989iac.0 for ; Mon, 19 Dec 2011 06:50:35 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=inKJXSfUvzqrY0oUfnG3ZVG6ebpEgngnAmDcBn6JwOc=; b=rw5sOLzs0NpX3Dc0k3odqVoJpi5/Auu6n/BfWyuvwRtaapxSgJFR45Faal/UHBdsT4 p2jCeDxiKGaWWvLo5+OMMUcfUHt0GQndGPp3Y5d5/H3JxowGkrCBhHYzU1wJFhSg0sRr koQrzBscTV17uMGA0sUq8qAuA0WYYK/31r31E= Original-Received: by 10.50.196.163 with SMTP id in3mr27831207igc.53.1324306235426; Mon, 19 Dec 2011 06:50:35 -0800 (PST) Original-Received: by 10.50.6.165 with HTTP; Mon, 19 Dec 2011 06:50:35 -0800 (PST) In-Reply-To: <87sjkgk56m.fsf@uwakimon.sk.tsukuba.ac.jp> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.210.169 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:146828 Archived-At: On Mon, Dec 19, 2011 at 3:27 PM, Stephen J. Turnbull w= rote: > Carsten Mattner writes: > > =A0> People seem to care about solutions and products more than > =A0> technologies, > > For good reason. Depends. > =A0> You cannot tack on things on a language like "modding" cars. > =A0> At least you shouldn't if you respect your users. > > My point about "learning from Python" is precisely that you are > describing "modern" Emacs Lisp here. :-( =A0Unfortunately, you're not > the only one uninterested in talking about it. Probably. I'm only uninterested because there's no benefit in discussing this here. gdb seems to have adopted Python.