On Thu, May 5, 2011 at 7:18 PM, Peter Bex <[email protected]> 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

_______________________________________________
Chicken-users mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to