chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] map! and map


From: Ed Watkeys
Subject: Re: [Chicken-users] map! and map
Date: Fri, 11 Feb 2005 06:46:13 -0500


On Feb 11, 2005, at 1:47 AM, felix winkelmann wrote:

On Thu, 10 Feb 2005 11:26:21 -0500, Ed Watkeys <address@hidden> wrote:
Hi,

Why is it map is accessible from the REPL by default but map! isn't?
Aren't these both made available by a (require-extension srfi-1)?


If you start csi, srfi-1 isn't automatically "require"d.

What I was wondering was why map is available but map! is not.

bash-2.05b$ csi -no-init
  _, _,_ _  _, _,_ __, _, _
 / ` |_| | / ` |_/ |_  |\ |
 \ , | | | \ , | \ |   | \|
  ~  ~ ~ ~  ~  ~ ~ ~~~ ~  ~
Version 1, Build 89 - macosx-unix-gnu-ppc
(c)2000-2004 Felix L. Winkelmann
#;1> map
#<procedure>
#;2> map!
Error: unbound variable: map!
#;2>

Ed





reply via email to

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