From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14703 invoked by alias); 3 Jan 2012 17:52:15 -0000 Received: (qmail 14589 invoked by uid 22791); 3 Jan 2012 17:52:14 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 03 Jan 2012 17:52:02 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id EE6482BB036; Tue, 3 Jan 2012 12:52:01 -0500 (EST) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 4uX7QGCu1dyn; Tue, 3 Jan 2012 12:52:01 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 857082BB034; Tue, 3 Jan 2012 12:52:01 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id 3687C145615; Tue, 3 Jan 2012 21:51:51 +0400 (RET) Date: Tue, 03 Jan 2012 17:52:00 -0000 From: Joel Brobecker To: Doug Evans Cc: gdb-patches@sourceware.org, iant@google.com Subject: Re: [RFC] Initial pass at supporting the Go language Message-ID: <20120103175151.GQ2730@adacore.com> References: <20111228210206.B6B762461C9@ruffy.mtv.corp.google.com> <20111229041111.GR23376@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.20 (2009-06-14) Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2012-01/txt/msg00102.txt.bz2 > > For instance, if you have a variable foo in package bar, you want to > > be able to write either, you want to be able to use either "print > > bar" or "print foo.bar". > > That's the intent. Joel does a little dance. Ada is no longer alone anymore :-). -- Joel