[plt-scheme] call/ec tail calls

From: David Van Horn (dvanhorn at cs.uvm.edu)
Date: Thu Nov 20 18:41:51 EST 2003

Matthew Flatt wrote:
> This expression's evaluation is bounded, even in MzScheme:
> 
>   (let loop ([x 0]) (if (number? x) (call/cc loop) (loop 0)))

I observe unbounded growth on this... FWIW.

-d



Posted on the users mailing list.