Writing Modules: Difference between revisions

From ASSS Wiki
Jump to navigationJump to search
No edit summary
 
mNo edit summary
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 20: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.