[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-hackers] top level environment hygiene in Chicken source
From: |
Jim Ursetto |
Subject: |
Re: [Chicken-hackers] top level environment hygiene in Chicken source |
Date: |
Tue, 29 Dec 2009 00:41:27 -0600 |
On Mon, Dec 28, 2009 at 7:04 PM, Thomas Bushnell BSG <address@hidden> wrote:
> Most of the procedures in library.scm are defined without the protecting
> let capture; and by contrast, most procedures elsewhere are not.
Using 'let' disables some optimizations and is in some places
a holdover from when the compiler was not as good.
> And eval.scm doesn't even have usual-integrations (or
> equivalent) declarations!
usual-integrations is the default.