chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] Unbounded stack growth


From: Alex Shinn
Subject: Re: [Chicken-users] Unbounded stack growth
Date: Thu, 12 Jul 2012 16:47:22 +0900

On Thu, Jul 12, 2012 at 4:39 PM, Alex Queiroz <address@hidden> wrote:
> Hallo,
>
> On Thu, Jul 12, 2012 at 4:25 AM, Alex Shinn <address@hidden> 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.

Wow, if you've got a magical Scheme compiler that
can read my mind and fix all my bugs for me I'll switch
right now! :)

-- 
Alex



reply via email to

[Prev in Thread] Current Thread [Next in Thread]