[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
srfi-1 map implementation
From: |
Panagiotis Vossos |
Subject: |
srfi-1 map implementation |
Date: |
Sun, 20 Jan 2002 19:53:58 +0200 |
User-agent: |
Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 |
Hello all!
I am using guile 1.5.4 and I just noticed the following:
(map identity (make-list 800))
gives you lots of empty lists as expected.
However, if you have srfi-1 loaded you get:
(use-modules (srfi srfi-1))
(map identity (make-list 800))
ERROR: Stack overflow
ABORT: (stack-overflow)
Is this behaviour correct ? I checked the corresponding manual section
but it doesn't mention something related.
Best Regards,
Panagiotis.
- srfi-1 map implementation,
Panagiotis Vossos <=
- Re: srfi-1 map implementation, Panagiotis Vossos, 2002/01/20
- Re: srfi-1 map implementation, Thien-Thi Nguyen, 2002/01/20
- Re: srfi-1 map implementation, Panagiotis Vossos, 2002/01/21
- Re: srfi-1 map implementation, Thien-Thi Nguyen, 2002/01/21
- Re: srfi-1 map implementation, Neil Jerram, 2002/01/21
- Re: srfi-1 map implementation, Thien-Thi Nguyen, 2002/01/21
- Re: srfi-1 map implementation, Neil Jerram, 2002/01/22
- Re: srfi-1 map implementation, Marius Vollmer, 2002/01/24
- Re: srfi-1 map implementation, Martin Grabmueller, 2002/01/28
- Re: srfi-1 map implementation, Marius Vollmer, 2002/01/28