[plt-scheme] Re: Formatting Code

From: Kilik (kilik3000 at gmail.com)
Date: Thu Sep 13 22:45:45 EDT 2007

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



Posted on the users mailing list.