Update: On my machine at least I can get a change in behavior simply
by adding a _comment_ to the program. However, this is only if I use
ikarus file.name or ikarus --script file.name. If I use --r6rs-script
or scheme-script both versions behave the same.

On Thu, May 21, 2009 at 4:23 PM, Ramana Kumar <[email protected]> wrote:
> Can you help me think of situations in which replacing (lambda ()
> (null? '())) by (lambda () #t) produces different behavior in a
> program? lambda, quote, and null? are from (rnrs) and the change is
> occurring in the procedure passed to list-sort. I would rather not
> post my complete program just yet because it's quite long, and I want
> to pinpoint the exact issue... but let me know if there are pertinent
> details I can supply.
>

Reply via email to