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

