From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Dirk Herrmann Newsgroups: gmane.lisp.guile.devel Subject: Re: macros, procedure->macro Date: Wed, 10 Jul 2002 07:21:12 +0200 (CEST) Sender: guile-devel-admin@gnu.org Message-ID: References: <87ptxwdamm.fsf@zagadka.ping.de> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: main.gmane.org 1026278502 2140 127.0.0.1 (10 Jul 2002 05:21:42 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 10 Jul 2002 05:21:42 +0000 (UTC) Cc: guile-devel@gnu.org, guile-user@gnu.org Return-path: Original-Received: from fencepost.gnu.org ([199.232.76.164]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 17S9v3-0000YP-00 for ; Wed, 10 Jul 2002 07:21:42 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.35 #1 (Debian)) id 17S9vS-0007z3-00; Wed, 10 Jul 2002 01:22:06 -0400 Original-Received: from sallust.ida.ing.tu-bs.de ([134.169.132.52]) by fencepost.gnu.org with esmtp (Exim 3.35 #1 (Debian)) id 17S9ud-0007up-00; Wed, 10 Jul 2002 01:21:15 -0400 Original-Received: from localhost (dirk@localhost) by sallust.ida.ing.tu-bs.de (8.9.3+Sun/8.9.1) with ESMTP id HAA15426; Wed, 10 Jul 2002 07:21:12 +0200 (CEST) Original-To: Marius Vollmer In-Reply-To: <87ptxwdamm.fsf@zagadka.ping.de> 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:773 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:773 On 9 Jul 2002, Marius Vollmer wrote: > The local environment is just there during execution, isn't it? We > need to keep using our current data structure for it that can be > searched for local variables. We could not immediately switch to a > more streamlined data structure for environments that omits these > names. True, but with current guile, how do you _access_ the local environment (when not making use of acros, macros and mmacros to obtain it)? That is, how would you actually use 'local-eval' to emulate acros and macros - if I understand you correctly and that is what you want to do? Best regards, Dirk Herrmann _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://mail.gnu.org/mailman/listinfo/guile-devel