Nsocaml

From AOLserver Wiki
Revision as of 00:04, 1 May 2004 by WikiSysop (talk | contribs) (imported from WiKit id 137)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

nsocaml, by Vlad Seryakov.

Download: http://www.crystalballinc.com/vlad/software/


An AOLserver module that embeds the OCaml interpreter inside AOLServer.

It implements almost all of the Tcl API, but Ocaml itself is not thread-safe. At any particular time only one thread can execute OCaml bytecode. Other than that it can be used the same way as Tcl.


Ocaml language[1], the programming tool of choice for discriminating hackers.