Difference between revisions of "Languages"
Jump to navigation
Jump to search
(imported from WiKit id 165) |
Jadeforrest (talk | contribs) (add requirement for adding new languages.) |
||
| (One intermediate revision by the same user not shown) | |||
| Line 5: | Line 5: | ||
* [[PHP]] | * [[PHP]] | ||
* [[Perl]] | * [[Perl]] | ||
| − | |||
* OCaml, via [[nsocaml]] | * OCaml, via [[nsocaml]] | ||
* [[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)