From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Marius Vollmer Newsgroups: gmane.lisp.guile.devel Subject: Re: comments on new-model.txt Date: 11 Sep 2002 20:11:22 +0200 Sender: guile-devel-admin@gnu.org Message-ID: <87wupss8fp.fsf@zagadka.ping.de> References: <02090420222526.19624@locke.free-expression.org> <0209081847342E.19624@locke.free-expression.org> <877khuydrn.fsf@zagadka.ping.de> <02091102281000.21934@locke.free-expression.org> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1031770105 8860 127.0.0.1 (11 Sep 2002 18:48:25 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 11 Sep 2002 18:48:25 +0000 (UTC) Cc: guile-devel@gnu.org Return-path: Original-Received: from hermes.netfonds.no ([80.91.224.195]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 17pCXA-0002I5-00 for ; Wed, 11 Sep 2002 20:48:22 +0200 Original-Received: from monty-python.gnu.org (monty-python.gnu.org [199.232.76.173]) by hermes.netfonds.no (8.12.1/8.12.1) with ESMTP id g8BImQ9e014042 for ; Wed, 11 Sep 2002 20:48:26 +0200 (CEST) Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 17pCXA-0003A0-00; Wed, 11 Sep 2002 14:48:16 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 17pCWZ-00032W-00 for guile-devel@gnu.org; Wed, 11 Sep 2002 14:47:39 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 17pCWO-00031i-00 for guile-devel@gnu.org; Wed, 11 Sep 2002 14:47:38 -0400 Original-Received: from gnudist.gnu.org ([199.232.41.7]) by monty-python.gnu.org with esmtp (Exim 4.10) id 17pCWO-00031e-00 for guile-devel@gnu.org; Wed, 11 Sep 2002 14:47:28 -0400 Original-Received: from dialin.speedway42.dip139.dokom.de ([195.138.42.139] helo=zagadka.ping.de) by gnudist.gnu.org with smtp (Exim 4.10) id 17pCWO-000308-00 for guile-devel@gnu.org; Wed, 11 Sep 2002 14:47:28 -0400 Original-Received: (qmail 11586 invoked by uid 1000); 11 Sep 2002 18:11:22 -0000 Original-To: Lynn Winebarger In-Reply-To: <02091102281000.21934@locke.free-expression.org> Original-Lines: 17 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 Errors-To: guile-devel-admin@gnu.org X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Developers list for Guile, the GNU extensibility library List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.lisp.guile.devel:1328 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:1328 Lynn Winebarger writes: > > What would you do with that pointer? > > Actually, I believe I was originally thinking of using it for macro > expansion purposes (so if a macro was bound to an external variable, > that top-level environment could be stacked on whatever the top-level > environment "currently" is for macro lookups. I plan to use the :module-ref 'assembly instruction' for this. Macro expanders would use it to refer to specific top-levels aka modules. We need to be able to encode these references in object files, so we need to use the names of modules, not pointers to the run-time objects that implement modules. -- GPG: D5D4E405 - 2F9B BCCC 8527 692A 04E3 331E FAF8 226A D5D4 E405 _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://mail.gnu.org/mailman/listinfo/guile-devel