chkn/AluminumLua

How to use lua standard libraries with alominum lua

Closed this issue · 2 comments

Hi
How can I use lua's standard library functions with aluminumlua? should I write library extensions like AddBasicLibrary() function?

chkn commented

There is only basic support for a couple APIs from the lua standard libraries here: https://github.com/chkn/AluminumLua/tree/master/src/Libraries

You could implement additional functions in C# following the same pattern. Library functions should also have tests.

OK, thanks for reply and wonderful project