Difference between revisions of "Writing Modules"

From ASSS Wiki
Jump to: navigation, search
 
m
Line 3: Line 3:
 
C modules are best suited for large, complex modules that need direct access to the core features of ASSS.
 
C modules are best suited for large, complex modules that need direct access to the core features of ASSS.
  
The preferred language for simple modules is python.
+
The preferred language for simple modules is Python.

Revision as of 16:03, 10 January 2005

ASSS modules can be written in either C or Python.

C modules are best suited for large, complex modules that need direct access to the core features of ASSS.

The preferred language for simple modules is Python.