[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: LUA for Batch Scripting
- From: "John Belmonte" <jvb@...>
- Date: Sun, 18 Nov 2001 16:06:16 +0900
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?