Difference between revisions of "Languages"
Jump to navigation
Jump to search
Jadeforrest (talk | contribs) (remove standard ML -- I believe this is an advertisement, as it links to SMLServer, which is not related to Aolserver in any way.) |
Jadeforrest (talk | contribs) (add requirement for adding new languages.) |
||
| Line 8: | Line 8: | ||
* [[Scheme]] | * [[Scheme]] | ||
* [[Ruby]] | * [[Ruby]] | ||
| + | |||
| + | |||
| + | 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) | ||
Latest revision as of 15:23, 14 April 2008
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)