lua-users home
lua-l archive

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


Steve Dekorte wrote:
> StandardLibraryProposal looks like all lua code. It's great
> to have something like that, but we still need bindings for
> OS stuff like directories.

So why not look for an existing portable C/C++ library (something like gnu's
libcommonc++ which is portable across win32, unix, linux) and just
concentrate on Lua bindings?