lua-users home
lua-l archive

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



There is a numerical array module, but it's neither standard nor it supports
integers: http://numlua.luaforge.net

Thanks; that's useful, but kind of complementary.

I think it would be important for the core Lua language to standardize numerical arrays with a minimal set of operations.  Packages like numlua, image processing, computer graphics, OpenGL, etc. would then build on those arrays and provide many more operations.  The benefit of standardizing the stuff is that different packages then can use the same array types, but the core language/distribution doesn't get a lot of extra code.

Cheers,
Thomas.