chibi-scheme/lib/chibi/loop
Alex Shinn 3ee50bd0d7 length now requires a proper list.
It still accepts cyclic lists and returns #f, like SRFI-1 length+.
It's convenient to be able to accept improper lists (e.g. for
parameter lists), so the old behavior is available as length*.
Fixes issue #97.
2012-07-21 19:22:56 +09:00
..
loop.scm length now requires a proper list. 2012-07-21 19:22:56 +09:00