From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Kevin Ryde Newsgroups: gmane.lisp.guile.user Subject: Re: Refactoring dynamic roots Date: Wed, 02 Feb 2005 10:43:30 +1100 Message-ID: <877jlralst.fsf@zip.com.au> References: <87acqtfeod.fsf@zip.com.au> <87vf9hjdfz.fsf@zagadka.de> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1107303408 22200 80.91.229.2 (2 Feb 2005 00:16:48 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 2 Feb 2005 00:16:48 +0000 (UTC) Cc: guile-user@gnu.org Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Wed Feb 02 01:16:48 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Cw8Bz-0002Rx-VR for guile-user@m.gmane.org; Wed, 02 Feb 2005 01:16:24 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Cw8P0-0005LB-UN for guile-user@m.gmane.org; Tue, 01 Feb 2005 19:29:50 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Cw8Ox-0005KW-6M for guile-user@gnu.org; Tue, 01 Feb 2005 19:29:47 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Cw8JZ-0004DS-ES for guile-user@gnu.org; Tue, 01 Feb 2005 19:24:15 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Cw8JT-00041f-W7 for guile-user@gnu.org; Tue, 01 Feb 2005 19:24:08 -0500 Original-Received: from [61.8.0.84] (helo=mailout1.pacific.net.au) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Cw7gG-0004kz-OK for guile-user@gnu.org; Tue, 01 Feb 2005 18:43:37 -0500 Original-Received: from mailproxy2.pacific.net.au (mailproxy2.pacific.net.au [61.8.0.87]) by mailout1.pacific.net.au (8.12.3/8.12.3/Debian-7.1) with ESMTP id j11NhYA6000955; Wed, 2 Feb 2005 10:43:34 +1100 Original-Received: from localhost (ppp2EE9.dyn.pacific.net.au [61.8.46.233]) by mailproxy2.pacific.net.au (8.12.3/8.12.3/Debian-7.1) with ESMTP id j11NhX8v027630; Wed, 2 Feb 2005 10:43:34 +1100 Original-Received: from gg by localhost with local (Exim 3.36 #1 (Debian)) id 1Cw7gA-00019u-00; Wed, 02 Feb 2005 10:43:30 +1100 Original-To: Marius Vollmer User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3 (gnu/linux) X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org X-MailScanner-To: guile-user@m.gmane.org Xref: main.gmane.org gmane.lisp.guile.user:4202 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.user:4202 Marius Vollmer writes: > > you want to give it its own dynamic state because that is very > useful. Do you have an example in mind? Splitting out dynamic state is probably quite clean, but I can't think of an actual use for it. I would imagine normal use is just to with-fluid or whatever on selected fluids/parameters/current-ports which have an influence on whatever is done. _______________________________________________ Guile-user mailing list Guile-user@gnu.org http://lists.gnu.org/mailman/listinfo/guile-user