Talk:Modulinos: Difference between revisions

Line 6:
Programs that only run main() if they're not loaded as libraries by other programs.
:Make of that what you will. Clarification '''definitely''' needed. -- [[User:Eriksiers|Erik Siers]] 07:16, 4 March 2011 (UTC)
 
:I write command line programs with usage info, flags, etc. I like to combine the exported API with a usable program. Some programming languages have well-known syntax; Python's if __name__=="__main__": main() illustrates this behavior. Other languages, such as Common Lisp, require a hack. I want these hacks to be more easily Googled--I had trouble finding them in the first place. --[[User:Mcandre|Mcandre]]
 
Anonymous user