[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua for large apps (was: Lua for GUI toolkit wrapping?)
- From: Petite Abeille <petite.abeille@...>
- Date: Sun, 27 Sep 2009 19:21:23 +0200
On Sep 27, 2009, at 7:01 PM, Ivan Kolev wrote:
I think you are quite right. I'm a big fan of Lua too, but I've
failed with the first larger project I tried writing completely in
Lua (less than 10K lines).
As a counter example, Nanoki, a wiki engine in pure Lua, clocks over
10K lines of Lua code and is no more -nor less- buggy than any other
piece of software of that size.
Clutches such a static typing only catch the most trivial of typos.
Anything else is solely on your lap. And no amount of paraphernalia is
going to save you there.
Just my 2¢.