Re: Propsoal: a lua dialect without nil
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Propsoal: a lua dialect without nil
- From: Peter Hickman <peterhickman386@...>
- Date: 2011年2月15日 10:50:19 +0000
Well, having worked with statically typed langauges such as Java I can
understand the distaste for nil in all it's forms. But beyond the
likes of Java nil is really not that much of a problem and I fail to
see how removing it from Lua would make anything better.
It would make working with databases harder (NULL == nil) for starters.
I suspect that the motivation is either religious or academic.