Re: Clojure indentation conventions

2008-12-07 Thread [EMAIL PROTECTED]
On Dec 3, 3:06 pm, levand <[EMAIL PROTECTED]> wrote: > I am coming to Clojure from the Java side, and am completely ignorant > about lisp indentation & newline conventions. > > Some things are easy to pick up from posted examples and common > sense...newline + tab after the parameters vector whe

Re: Clojure indentation conventions

2008-12-07 Thread [EMAIL PROTECTED]
On Dec 3, 3:06 pm, levand <[EMAIL PROTECTED]> wrote: > I am coming to Clojure from the Java side, and am completely ignorant > about lisp indentation & newline conventions. > > Some things are easy to pick up from posted examples and common > sense...newline + tab after the parameters vector whe

Re: Clojure indentation conventions

2008-12-04 Thread Christian Vest Hansen
On Thu, Dec 4, 2008 at 8:09 AM, mac <[EMAIL PROTECTED]> wrote: > I am partial to a guideline for number of lines in a function because > that has a lot to do with program factoring, not just aesthetics. But > 80 characters for a line is a bit drastic. > Sure it prints well on paper but who prints

Re: Clojure indentation conventions

2008-12-03 Thread mac
On 4 Dec, 02:14, "Mark Volkmann" <[EMAIL PROTECTED]> wrote: > On Wed, Dec 3, 2008 at 4:49 PM, Meikel Brandmeyer <[EMAIL PROTECTED]> wrote: > > Hi, > > > Am 03.12.2008 um 22:06 schrieb levand: > > >> I am coming to Clojure from the Java side, and am completely ignorant > >> about lisp indentation &

Re: Clojure indentation conventions

2008-12-03 Thread Mark Volkmann
On Wed, Dec 3, 2008 at 4:49 PM, Meikel Brandmeyer <[EMAIL PROTECTED]> wrote: > Hi, > > Am 03.12.2008 um 22:06 schrieb levand: >> >> I am coming to Clojure from the Java side, and am completely ignorant >> about lisp indentation & newline conventions. > > Good. Then you aren't spoiled, yet. ;) > >

Re: Clojure indentation conventions

2008-12-03 Thread Meikel Brandmeyer
Hi, Am 03.12.2008 um 22:06 schrieb levand: I am coming to Clojure from the Java side, and am completely ignorant about lisp indentation & newline conventions. Good. Then you aren't spoiled, yet. ;) My advice: get a reasonable editor like emacs or vim and the corresponding clojure modes. They