First of all i like the OCaml language itself, and because i do most my stuff using aolserver i decided to embedd OCaml into it. It implements almost all Tcl API but the problem is that OCaml itself is not thread-safe, at any particular time only one thread is executing OCaml bytecode. Other than that it can be used same way as Tcl inside aolserver.
I looked at ML module but SML is a little bit different and module does not support aolserver API, so it is use limited for ML-specific tasks.
Andrew Piskorski wrote:
On Fri, Apr 30, 2004 at 10:26:56AM -0400, Vlad Seryakov wrote:
This is AOLserver module that implements database driver for BerkeleyDB from www.sleepycat.com
http://www.crystalballinc.com/vlad/software/
On that same page, I noticed this: OCaml module - embedded OCaml interpreter
Which is also listed on the Wiki: http://panoptic.com/wiki/aolserver/165
What have you used that for? How does it relate to the Standard ML stuff for AOLserver? Other than the obvious ML dialect differences, how are they similar or different, why would you want to use one or the other, etc.?
-- Andrew Piskorski <[EMAIL PROTECTED]> http://www.piskorski.com/
-- AOLserver - http://www.aolserver.com/
To Remove yourself from this list, simply send an email to <[EMAIL PROTECTED]> with the body of "SIGNOFF AOLSERVER" in the email message. You can leave the Subject: field of your email blank.
-- Vlad Seryakov 703 488-2173 office [EMAIL PROTECTED] http://www.crystalballinc.com/vlad/
-- AOLserver - http://www.aolserver.com/
To Remove yourself from this list, simply send an email to <[EMAIL PROTECTED]> with the body of "SIGNOFF AOLSERVER" in the email message. You can leave the Subject: field of your email blank.
