Difference between revisions of "Nsocaml"

From AOLserver Wiki
Jump to navigation Jump to search
(imported from WiKit id 137)
 
(No difference)

Latest revision as of 00:04, 1 May 2004

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.