Hi, On Wed, 01 Dec 2010 14:41:30 +0100 l...@gnu.org (Ludovic Courtès) wrote:
> > Is there a way to get fluid-let for Guile? Or something like > > <http://everything2.com/title/Teach+Yourself+Scheme%253A+5.2+fluid-let>? > > Guile has fluids and ‘with-fluids’, which is similar to what 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