[plt-scheme] A Comment on MzScheme Performance vis-a-vis Web Applications
On Jun 11, Paulo J. Matos wrote:
> On 11/06/06, Mike <mikee at mikee.ath.cx> wrote:
> >
> > Would you please explain more? What free variables? 'n' is defined as
> > a variable to the function. It is not a wandering variable like in
> > BASIC.
> >
>
> I guess Eli was referring to +, <=, etc which are free if not inside
> module language. Inside module language, they are bound initially to
> something, like mzscheme language or some other language used by the
> respective module but they are not free.
More than "bound initially" -- they are unmutable constants.
--
((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay:
http://www.barzilay.org/ Maze is Life!