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, ...);

Also eventually the reader may need to learn about

Ns_ConfigGetValue

to complete more complex tasks.