Hallo, On Thu, Jul 12, 2012 at 4:25 AM, Alex Shinn <[email protected]> wrote: > > I disagree - I think a stack grown too large is likely indicative > of a programming error, or at the very least an inefficient > algorithm. In the general case I want my programs to be > able to allocate as much heap as possible, but have a > separate limitation on the stack. >
Programming errors or inefficient algorithms should crash C programs, not Scheme programs. -- -alex http://www.artisancoder.com/ _______________________________________________ Chicken-users mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/chicken-users
