From: Manfred Lotz (manfred.lotz at arcor.de) Date: Fri Dec 17 01:58:28 EST 2010 |
|
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
Posted on the users mailing list. |
|