[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua impressions from a scheme/f# programmer [was: Linking Lua in F#]
- From: Miles Bader <miles@...>
- Date: Wed, 27 Jul 2011 09:33:47 +0900
Steve Litt <slitt@troubleshooters.com> writes:
> 7) Use Python's space delimited blocks instead of end. I like the way
> Python does it.
Absolutely not. This is one of Python's worst points; it makes a lot of
code significantly harder to read (plus of course all the
stupid-programmer-games in dealing with slightly out-of-spec
whitespace).
-Miles
--
Fast, small, soon; pick any 2.