[racket] Is there anything like the cl format?
You probably want
`real->decimal-string<http://docs.racket-lang.org/reference/generic-numbers.html?q=real&q=number#%28def._%28%28lib._racket/private/base..rkt%29._real-%7E3edecimal-string%29%29>
'
Maybe it would be a good idea in the `format' page to add a pointer to that
function?
Laurent
On Fri, Dec 17, 2010 at 07:58, Manfred Lotz <manfred.lotz at arcor.de> wrote:
> Hi there,
> Common Lisp has format to print stuff like for example:
>
> > (format t "~,5f" pi)
> 3.14159
>
>
> I found format and printf but they seem to be a bit poor in term of
> printing capabilities.
>
> Is there anything similar to CL's format in Racket?
>
>
>
>
> --
> Manfred
>
>
> _________________________________________________
> For list-related administrative tasks:
> http://lists.racket-lang.org/listinfo/users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20101217/9365b5f2/attachment.html>