[nem-en] indentation based syntax - If and why
Sebastian Sylvan
sebastian.sylvan at gmail.com
Thu Jan 26 15:31:12 CET 2006
On 1/26/06, Matthew D Swank <akopa at charter.net> wrote:
> Piotr Kalinowski wrote:
> > Hi,
> >
> > out of sheer curiosity I'd like to ask you: Do you use indentation
> > based syntax and if so - why?
>
> Yes, it's easier on the fingers, and coming from a lisp background I
> think it makes code more readable.
>
> Is it possible to use indentation based syntax in macro definitions?
>
Another aspect: Many non-english keyboards discriminate against
brackets. On a swedish keyboard it's a pain to type both {} and [] (it
involves using your thumb!).
In general I have no problems with explicit bracketing, but I prefer
"do.. end" over "{ ... }". The former is usualy just as fast to type
as the latter, and it's "localization-safe".
/S
--
Sebastian Sylvan
+46(0)736-818655
UIN: 44640862
More information about the devel-en
mailing list