Re: Memory requirements
- From: Benedikt Rosenau <rosenau@xxxxxxxxxxxxxx>
- Date: Fri, 10 Feb 2006 12:02:45 +0000 (UTC)
William D Clinger <cesura17@xxxxxxxxx> wrote:
I think you misunderstood me. Petit Larceny, by default,
evaluates the operands of that expression before the
operators. Changing the garbage collector does not change
the order of evaluation.
Sorry for the delay.
The point of my original article was that there is a strange correlation
between schemes evaluating the operator before the operands and the schemes
which need infinite memory to carry out the ((call/cc call/cc) (call/cc
call/cc)) loop.
Larceny seemed to be the only exception to that observation. However, as
you point out, Larceny is not an exception. This is more puzzling as it
apparently makes the correlation an 1:1 mapping: Schemes evaluating the
operator first are the schemes which need infinite memory for that loop.
I wonder if there is an explanation for that, or if missed something.
Benedikt
.
- Follow-Ups:
- Re: Memory requirements
- From: Matthias Blume
- Re: Memory requirements
- From: Lauri Alanko
- Re: Memory requirements
- Prev by Date: Re: functional programming
- Next by Date: Re: Memory requirements
- Previous by thread: mutating "eval" in PLT
- Next by thread: Re: Memory requirements
- Index(es):
Relevant Pages
|