Talk:Executable library: Difference between revisions

no edit summary
(Clarification)
No edit summary
Line 1:
This whole thing is getting way too complicated. The purpose of ScriptedMain is to list code in as many languages as possible that does this: [http://docs.python.org/library/__main__.html http://docs.python.org/library/__main__.html] For lack of a better name, it can be called "scripted main". It reinforces the idea that such a function runs when the script is run on its own, not when the module is imported by other code. --[[User:Mcandre]]
 
==History==
Anonymous user