Talk:Embedding a new programming language as a module

From AOLserver Wiki
Jump to navigation Jump to search

Do you think any examples like:

Ns_Log(Debug, "opening lua state");

Would be useful here?



What about proper termination:

Ns_RegisterShutdown(MyLuaCleanup, ...);