lua-users home
lua-l archive

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


On 17.11.2011 10:52, steve donovan wrote:

> Otherwise, I imagine that luaposix will get you most of the way.

Or if you used luajit2, you could use FFI to call system functions. That
would save you mixing in other lua libraries, so you get both compact
and fast solution.

Regards,
	miko