Re: [Chicken-users] on the note of documentation...

2008-02-12 Thread Tobia Conforto
Graham Fawcett wrote: Does anyone have a reference to a Scheme style guide? I know I've seen one, but I can't think where. This lazy Emacs user is spoiled by built-in functionality. I've been following Riastradh's Lisp Style Rules in my code: http://mumble.net/~campbell/scheme/style.txt

Re: [Chicken-users] on the note of documentation...

2008-02-12 Thread Elf
i was mostly referring to headers, comments, indent style, etc :) naming is a hideous can of worms that boils down to 'it depends on exactly what youre doing and why' in most cases, outside of the obvious '? for predicates, ! for modifiers' ... although some general guidelines might not be a

[Chicken-users] on the note of documentation...

2008-02-12 Thread Elf
and given that there will be an influx of people working on lots of stuff... what do people think about setting some style/indent rules/suggestions for code? -elf ___ Chicken-users mailing list Chicken-users@nongnu.org

Re: [Chicken-users] on the note of documentation...

2008-02-12 Thread Graham Fawcett
On Feb 12, 2008 2:12 PM, Elf [EMAIL PROTECTED] wrote: and given that there will be an influx of people working on lots of stuff... what do people think about setting some style/indent rules/suggestions for code? For me, it's Emacs' (indent-sexp), with scheme-mode's adjustments for Scheme