chicken-janitors
[Top][All Lists]
Advanced

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

[Chicken-janitors] Re: #205: number->string does not accept abritrary ra


From: Chicken Trac
Subject: [Chicken-janitors] Re: #205: number->string does not accept abritrary radixes
Date: Sun, 04 Apr 2010 19:49:07 -0000

#205: number->string does not accept abritrary radixes
-------------------------------+--------------------------------------------
 Reporter:  ckeen              |       Owner:       
     Type:  enhancement        |      Status:  new  
 Priority:  not urgent at all  |   Milestone:  4.5.0
Component:  unknown            |     Version:  4.4.x
 Keywords:                     |  
-------------------------------+--------------------------------------------

Comment(by ckeen):

 and of course with the above patch it does do as expected:

 (map (lambda (n) (number->string 32  n)) (iota 15 2))
 -> ("100000" "1012" "200" "112" "52" "44" "40" "35" "32" "2A" "28" "26"
 "24" "22" "20")

-- 
Ticket URL: <http://www.irp.oist.jp/trac/chicken/ticket/205#comment:1>
Chicken Scheme <http://www.call-with-current-continuation.org/>
Chicken Scheme is a compiler for the Scheme programming language.

reply via email to

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