[plt-scheme] Formatting Code

From: Matthias Felleisen (matthias at ccs.neu.edu)
Date: Thu Sep 13 20:07:42 EDT 2007

No. Schemers would consider this form ugly. -- Matthias



On Sep 13, 2007, at 6:24 PM, Kilik wrote:

> 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
>
> _________________________________________________
>   For list-related administrative tasks:
>   http://list.cs.brown.edu/mailman/listinfo/plt-scheme



Posted on the users mailing list.