Talk:Embedding a new programming language as a module
Revision as of 22:07, 5 December 2005 by Caveman (talk | contribs) (→what about Ns_RegisterShutdown)
Do you think any examples like:
Ns_Log(Debug, "opening lua state");
Would be useful here?
What about proper termination:
Ns_RegisterShutdown(MyLuaCleanup, ...);