chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] still parameterize bug


From: Peter Bex
Subject: Re: [Chicken-users] still parameterize bug
Date: Mon, 13 Jun 2011 14:28:23 +0200
User-agent: Mutt/1.4.2.3i

On Mon, Jun 13, 2011 at 09:25:33PM +0900, Joo ChurlSoo wrote:
> #;1> (define p (make-parameter 10 number->string))
> #;2> (p)
> "10"
> #;3> (parameterize ((p 100)) (p))
> 
> Error: (number->string) bad argument type: "10"

Not surprising. The ticket is still open: http://bugs.call-cc.org/ticket/473

-- 
http://sjamaan.ath.cx
--
"The process of preparing programs for a digital computer
 is especially attractive, not only because it can be economically
 and scientifically rewarding, but also because it can be an aesthetic
 experience much like composing poetry or music."
                                                        -- Donald Knuth



reply via email to

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