Difference between revisions of "Talk:Embedding a new programming language as a module"

From AOLserver Wiki
Jump to navigation Jump to search
 
Line 5: Line 5:
  
 
Would be useful here?
 
Would be useful here?
 +
 +
 +
----
 +
 +
What about proper termination:
 +
<pre>
 +
Ns_RegisterShutdown(MyLuaCleanup, ...);
 +
</pre>

Revision as of 22:07, 5 December 2005

Do you think any examples like:

Ns_Log(Debug, "opening lua state");

Would be useful here?



What about proper termination:

Ns_RegisterShutdown(MyLuaCleanup, ...);