lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On Tue, Jul 19, 2011 at 9:39 AM, Marc Balmer <marc@msys.ch> wrote:
> Good software is written in the brain, the editor is only needed to
> finally type in the bright ideas.  Only bad programmers need backspace
> and cursor keys.

A lovely vision (it's like the old saying 'strong typing is for
programmers with weak memories')

But most mortals don't think in code, and in fact mostly don't think
in clear prose either. The most polished writing successfully hides
the pain of its creation.  In both the case of programming and writing
the task is to take the non-linear, hyperlinked jumble of ideas and
make a coherent narrative out of them.

Lua flows naturally, is flexible and fits easily in the head. Plus, it
has a nice community which isn't too critical and obsessed with the
One True Way, which seems to be a semi-religious disease mostly
affecting large statically-typed languages.

steve d.