[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Nil and false in Lua design
- From: steve donovan <steve.j.donovan@...>
- Date: Tue, 15 Oct 2013 15:04:11 +0200
On Tue, Oct 15, 2013 at 2:28 PM, Thomas Jericke <tjericke@indel.ch> wrote:
> For me as computer scientiest, this is indeed not a problem. But in our
> project we want to push Lua as alternative for non-experts.
Then in your documentation and training material, emphasize basic
no-nonsense Lua style. (Including 'if obj != NULL' etc)
No problem if beginners don't use the shortest possible code -
programming is not golf ;)
As long as they know about indentation (and there are some
pretty-printing Lua scripts out there). Otherwise, I find it hard to
read code. Maybe Guido had a point?
- References:
- Re: Nil and false in Lua design, Thomas Jericke
- Re: Nil and false in Lua design, steve donovan
- Re: Nil and false in Lua design, Dirk Laurie
- Re: Nil and false in Lua design, Carsten Fuchs
- Re: Nil and false in Lua design, Thomas Jericke
- Re: Nil and false in Lua design, steve donovan
- Re: Nil and false in Lua design, Carsten Fuchs
- Re: Nil and false in Lua design, steve donovan
- Re: Nil and false in Lua design, Sean Conner
- Re: Nil and false in Lua design, Thomas Jericke
- Re: Nil and false in Lua design, Joseph Manning
- Re: Nil and false in Lua design, Thomas Jericke