chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] dynamic scoping


From: John Cowan
Subject: Re: [Chicken-users] dynamic scoping
Date: Wed, 26 Jun 2013 20:17:38 -0400
User-agent: Mutt/1.5.20 (2009-06-14)

Dan Leslie scripsit:

> The related SRFI is withdrawn, is it safe to assume that fluid-let
> will be available outside of Chicken?

The implementation of fluid-let is trivial, provided you don't have
more than one thread to deal with.  That's why they were withdrawn,
bad behavior when multiple threads are involved.  Parameters have
their own problems, especially when mutated rather than rebound,
but they're an advance on fluid-let.

-- 
John Cowan  <address@hidden>  http://ccil.org/~cowan
Micropayment advocates mistakenly believe that efficient allocation of
resources is the purpose of markets.  Efficiency is a byproduct of market
systems, not their goal.  The reasons markets work are not because users
have embraced efficiency but because markets are the best place to allow
users to maximize their preferences, and very often their preferences are
not for conservation of cheap resources.  --Clay Shirky



reply via email to

[Prev in Thread] Current Thread [Next in Thread]