Re: [Scheme-reports] Procedural equivalence: the last debate
Alan Watson 05 Jun 2013 01:36 UTC
> It's a rare case optimization, when the extra boxing is only performed conditionally.
... and both procedures escape. Something like:
(let ((f (lambda () ...)))
(and (unlikely)
(cons f f)))
Regards,
Alan
_______________________________________________
Scheme-reports mailing list
Scheme-reports@scheme-reports.org
http://lists.scheme-reports.org/cgi-bin/mailman/listinfo/scheme-reports