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: Re: fluid-let? Date: Thu, 2 Dec 2010 05:09:40 +0100 Message-ID: <20101202050940.519b2b90@halmanfloyd> References: <20101201130025.5082d6be@halmanfloyd> <87zkspr4ol.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1291263013 24985 80.91.229.12 (2 Dec 2010 04:10:13 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 2 Dec 2010 04:10:13 +0000 (UTC) To: guile-user@gnu.org Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Thu Dec 02 05:10:06 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 1PO0Ue-0000Yp-LF for guile-user@m.gmane.org; Thu, 02 Dec 2010 05:10:04 +0100 Original-Received: from localhost ([127.0.0.1]:44751 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PO0Ue-0003bl-09 for guile-user@m.gmane.org; Wed, 01 Dec 2010 23:10:04 -0500 Original-Received: from [140.186.70.92] (port=59886 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PO0UY-0003Um-Rr for guile-user@gnu.org; Wed, 01 Dec 2010 23:10:00 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PO0UX-0008Bf-8H for guile-user@gnu.org; Wed, 01 Dec 2010 23:09:58 -0500 Original-Received: from coaxial.xivilization.net ([178.63.18.39]:35134) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PO0UX-0008BQ-3F for guile-user@gnu.org; Wed, 01 Dec 2010 23:09:57 -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 1PO0UV-00017L-4o for guile-user@gnu.org; Thu, 02 Dec 2010 05:09:55 +0100 In-Reply-To: <87zkspr4ol.fsf@gnu.org> 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:8271 Archived-At: Hi, On Wed, 01 Dec 2010 14:41:30 +0100 ludo@gnu.org (Ludovic Court=C3=A8s) wrote: > > Is there a way to get fluid-let for Guile? Or something like > > ? >=20 > Guile has fluids and =E2=80=98with-fluids=E2=80=99, which is similar to w= hat you want > (info "(guile) Fluids and Dynamic States"). It also has SRFI-39 > parameter objects (info "(guile) SRFI-39"). Oh, SRFI-39 looks exactly what I was looking for. Now my code looks way better, more DSLish. Thanks a lot! regards, Marek