[plt-scheme] call/ec tail calls

From: David Van Horn (dvanhorn at emba.uvm.edu)
Date: Thu Nov 20 17:28:07 EST 2003

Matthew Flatt wrote:
> For me, the following expression uses all available memory:
> 
>  (let loop ([x 0]) (call/ec loop))

Using call/cc here will exhaust all available memory too.

-d



Posted on the users mailing list.