Re: Some small requests for the next release
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Some small requests for the next release
- From: Roberto Ierusalimschy <roberto@...>
- Date: 2005年3月02日 15:24:10 -0300
> > Is there any reason why anyone would use such library in that case?
> If they haven't, then the assignment will crash and burn, which is not
> desirable either.
I think there is some noise here. I mean, why someone would load
(require) such library without needing it? That code does not crash or
burn unless you require it.
My point is: anyone that really feels the need for "math.nan" can
define it. Period. (People that use integer Lua seldom should have such
feelings.)
-- Roberto