lua-users home
lua-l archive

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


On Mon, 2010-12-27 at 20:09 +0100, Shamun toha md wrote:
> So, i took that risk and plan to start writing one with smile face,
> after several months hammering with all resources, now it became a
> giant issue, because i thought ProteaAudio was base libraries of LUA,
> but alas its not. 

Note that except for the libraries distributed with Lua itself (string,
math, os, table, io, etc.), there are no other "base libraries". Every
other library is to be considered as a 3rd party library, not part of
the language itself.

Yes, there are "Lua distributions", such as murgaLua and LuaForWindows
that provide Lua and several libraries, however no warranties are given
for their quality.