lua-users home
lua-l archive

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


Markus Fritsche wrote:

How can I write "dynamic" lua-libraries in C?

To say it exactly (I think, if read what I wrote, I won't understand what I want :-)), I want to write, for example, my own "listdir"-function in C and dynamically register it in lua. Can I do this, or do I have to compile my very own lua?

Regards, Markus