[racket] Is there anything like the cl format?

From: Manfred Lotz (manfred.lotz at arcor.de)
Date: Fri Dec 17 14:00:32 EST 2010

On Fri, 17 Dec 2010 11:46:16 -0600
Chongkai Zhu <czhu at cs.utah.edu> wrote:

> There's SRFI 48 and SRFI 54, both supported in Racket:
> 
> #lang racket
> (require srfi/48)
> (format "~6,5F" pi)
> 
> =>
> 
> "3.14159"
> 
> -

Great! srfi 48 is far easier to use than srfi 54 and although it seems
to be not as mighty as the format of Common Lisp it is certainly good
enough. 


This I will use.


-- 
Thanks,
Manfred




Posted on the users mailing list.