[plt-scheme] Formatting Code

From: Kilik (kilik3000 at gmail.com)
Date: Thu Sep 13 18:24:31 EDT 2007

Is there a command in Dr. Scheme for formatting code?

For example something that turns this...

(* 5 (+ 2 (/ 4 2) (/ 8 3)))

...into this

(* 5
(+ 2
(/ 4 2)
(/ 8 3)))

-Thx



Posted on the users mailing list.