chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] Functions with lots of parameters


From: felix winkelmann
Subject: Re: [Chicken-users] Functions with lots of parameters
Date: Fri, 29 Sep 2006 23:42:38 +0200

On 9/29/06, Alejandro Forero Cuervo <address@hidden> wrote:

Anyway, that's what I've thought about.  I'm not claiming its the best
solution; I'm not even claiming it would even work, I haven't actually
sat down to think how one would implement this.  I just wanted to
share my thoughts on this problem that seems to always hit me when my
Scheme programs grown in complexity beyond a certain basic level and
seem to make it increasingly difficult to keep working on them.  How
do others tackle this problem?

I still have to digest this message more to say anything of substance,
but I use fluid-let (i.e. dynamic scoping) quite a lot.

Hm... Accessing the environments isn't *that* hard... But there are no
names (which exist only at compile time) that one could use to look up
the values. The actual "environment" is a change of closure-records of
varying size and mutable lexical vars may be shared (as boxes) among
multiple closures.

Must think about this.


cheers,
felix


--
http://galinha.ucpel.tche.br:8081/blog/blog.ssp




reply via email to

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