guile-user
[Top][All Lists]
Advanced

[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.



reply via email to

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