[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: bit32 deemed kludgy (Was: Bit ops on boolean arrays?
- From: David Manura <dm.lua@...>
- Date: Thu, 30 Dec 2010 22:33:19 -0500
On Thu, Dec 30, 2010 at 7:21 PM, Patrick Donnelly <batrick@batbytes.com> wrote:
> Everything you said applies equally well to other libraries like "os"
> or "io"
And particularly "math" (e.g. on non-floating point architectures,
does math.pi equal 3? and what does math.sin do?)
> The author's encourage you to customize Lua for your project. If you
> don't like a library, throw it out.
Or is it, conversely, if you like a library, put it in? ;)