guile-devel
[Top][All Lists]
Advanced

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

Re: srfi-1 map, for-each, member, assoc


From: Martin Grabmueller
Subject: Re: srfi-1 map, for-each, member, assoc
Date: Tue, 03 Jul 2001 17:31:47 +0200

> From: Gary Houston <address@hidden>
> Date: 3 Jul 2001 11:39:58 -0000
> 
> OK, here is one more problem: calling srfi-1 list-tabulate with a
> negative or non-integer number will cause a loop until Guile runs out
> of memory (I guess.  I've got a process at 205MB and still growing).
> I think this will apply to other procedures too.

Right.  I've fixed that, but I'm not sure whether it's the correct
fix, because that is of course an invalid use of list-tabulate.  Maybe
it would be better to perform argument checking in the SRFI
procedures, but I didn't do that for performance reasons (and perhaps
lazyness...)

'martin



reply via email to

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