lua-users home
lua-l archive

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


On Mon, Apr 7, 2014 at 6:33 AM, Roberto Ierusalimschy <roberto@inf.puc-rio.br> wrote:
> Everyone seems to use a part, and it's not the same part. [...]

This is the reason for MS Office being what it is.

-- Roberto


I'm still having trouble understanding why the math lib is proposed for stripping.  If it goes take the os library with it -- I use that much less.  It needs an os.directory_entries() iterator/generator and stat(), but that's no possible with ANSI.  When I reach for something to provide that in luaposix I've replaced most of what the os lib offers anyway.

PS: Don't remove anything, and make an exception for adding a directory entry generator/iterator like dlsym() -- and add os.stat().  BLAH.