This is the mail archive of the guile@sources.redhat.com mailing list for the Guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: variable binding


Jeff Read <bitwize@geocities.com> writes:

> I have read that in Scheme, multiple (consecutive) defines behave the same as a letrec. 

Only internal defines behave as letrec.  Top-level defines behave as letrec*,
which is why there've been talks about dropping internal defines [I think
the statement came from Matthias Felleisen].


Jost

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]