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: Bug in eval-string? Date: 09 Aug 2002 11:19:16 +0200 Sender: guile-devel-admin@gnu.org Message-ID: <87adnwpey3.fsf@zagadka.ping.de> References: <20020808125641.GA23831@www> <878z3hukoz.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 1028884760 31586 127.0.0.1 (9 Aug 2002 09:19:20 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 9 Aug 2002 09:19:20 +0000 (UTC) Cc: rm@fabula.de, guile-devel@gnu.org Return-path: Original-Received: from fencepost.gnu.org ([199.232.76.164]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 17d5vS-0008DJ-00 for ; Fri, 09 Aug 2002 11:19:18 +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 17d5wC-0008Sn-00; Fri, 09 Aug 2002 05:20:04 -0400 Original-Received: from dialin.speedway42.dip104.dokom.de ([195.138.42.104] helo=zagadka.ping.de) by fencepost.gnu.org with smtp (Exim 3.35 #1 (Debian)) id 17d5vS-0008S6-00 for ; Fri, 09 Aug 2002 05:19:18 -0400 Original-Received: (qmail 30931 invoked by uid 1000); 9 Aug 2002 09:19:16 -0000 Original-To: Matthias Koeppe In-Reply-To: Original-Lines: 19 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:1041 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:1041 Matthias Koeppe writes: > Marius Vollmer writes: > > > What about adding "with" as a general dynamic scoping construct? > > > > (with ((current-module) boxx) > > ...) > > Please don't. > > AFAIK, dynamic-scoping hacks of this flavor are commonly known as > FLUID-LET in Scheme: But "with" is such a nice name compared to "fluid-let"! ;) I forgot one level of parenthesis in the code above, it was supposed to work for multiple bindings. I'd say that fluid-let should be in the core. Opinions? _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://mail.gnu.org/mailman/listinfo/guile-devel