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

_______________________________________________
Chicken-users mailing list
Chicken-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to