chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] [wish list] chicken-install: show available eggs, up


From: Alex Shinn
Subject: Re: [Chicken-users] [wish list] chicken-install: show available eggs, upgrade all installed eggs?
Date: Mon, 9 May 2011 22:25:27 +0900

On Thu, May 5, 2011 at 7:18 PM, Peter Bex <address@hidden> wrote:
>
> With Lisp/Scheme code, the only sensible indentation style really is
> spaces.  With braces-like languages like C it makes sense to use tabs
> if used consistently, but even there it's a good source of flamewars.

You get exactly the same problem in C with nested function
applications:

  foo(some_long_function_call1(...),
        some_long_function_call2(...),
        ...);

-- 
Alex



reply via email to

[Prev in Thread] Current Thread [Next in Thread]