Languages
Revision as of 15:23, 14 April 2008 by Jadeforrest (talk | contribs) (add requirement for adding new languages.)
One of AOLserver's greatest strengths is it's built in Tcl interpreter, but many other languages are also available via loadable modules.
In order to support a language in the core, the language runtime must
have these two non-negotiable properties:
1) Fully thread-safe 2) Embeddable
(Dossy)