Languages

From AOLserver Wiki
Jump to navigation Jump to search

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)