From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Marek Kubica Newsgroups: gmane.lisp.guile.user Subject: fluid-let? Date: Wed, 1 Dec 2010 13:00:25 +0100 Message-ID: <20101201130025.5082d6be@halmanfloyd> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1291209375 2912 80.91.229.12 (1 Dec 2010 13:16:15 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 1 Dec 2010 13:16:15 +0000 (UTC) To: guile-user@gnu.org Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Wed Dec 01 14:16:10 2010 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PNmXY-0005EL-Q6 for guile-user@m.gmane.org; Wed, 01 Dec 2010 14:16:08 +0100 Original-Received: from localhost ([127.0.0.1]:50366 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PNmXX-0005re-6V for guile-user@m.gmane.org; Wed, 01 Dec 2010 08:16:07 -0500 Original-Received: from [140.186.70.92] (port=58753 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PNlMb-0007ZT-Q3 for guile-user@gnu.org; Wed, 01 Dec 2010 07:00:47 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PNlMW-0005eO-Jm for guile-user@gnu.org; Wed, 01 Dec 2010 07:00:45 -0500 Original-Received: from coaxial.xivilization.net ([178.63.18.39]:58828) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PNlMW-0005eD-Ds for guile-user@gnu.org; Wed, 01 Dec 2010 07:00:40 -0500 Original-Received: from ppp-93-104-109-157.dynamic.mnet-online.de ([93.104.109.157] helo=halmanfloyd) by coaxial.xivilization.net with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.69) (envelope-from ) id 1PNlMV-0002BF-FO for guile-user@gnu.org; Wed, 01 Dec 2010 13:00:39 +0100 X-Mailer: Claws Mail 3.7.7 (GTK+ 2.22.1; x86_64-unknown-linux-gnu) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) 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 Xref: news.gmane.org gmane.lisp.guile.user:8254 Archived-At: Hi, Is there a way to get fluid-let for Guile? Or something like ? I am having a mutable hash object that I don't want to pass as an argument to every single function that I call, I'd prefer to use a similar solution to what the ports do, by redefining the default input port "semi-globally". I saw this: but it does not work with mutating the fluids. regards, Marek