[plt-scheme] question about dr. scheme indentation

From: Geoffrey Knauth (geoff at knauth.org)
Date: Tue Apr 11 08:51:33 EDT 2006

On Apr 10, 2006, at 22:08, Neil Van Dyke wrote:
> most [Scheme hackers] gravitate to very similar formatting conventions

Happily Scheme programmers don't argue whether this:
   (define (myfunction myparam) ...)
should look like this:
   ( define ( myfunction myparam ) ... )
or this:
   (      define      (      myfunction       
myparam      )      ...      )

Scheme programmers are paid to be lean.

Geoffrey
--
Geoffrey S. Knauth | http://knauth.org/gsk




Posted on the users mailing list.