lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


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?  ;)