[plt-scheme] Re: Formatting Code
OK thanks...BTW - I meant to write (with tabs):
(* 5
(+ 2
(/ 4 2)
(/ 8 3)))
-Thx
On Sep 13, 8:07 pm, Matthias Felleisen <matth... at ccs.neu.edu> wrote:
> 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
>
> _________________________________________________
> For list-related administrative tasks:
> http://list.cs.brown.edu/mailman/listinfo/plt-scheme