2007/6/21, Joel Reymont : > > My biggest issue with OCaml is building shared libraries. > > I tried to build a shared library for use with Ruby once and failed > miserably. Could you please elaborate about this? Maybe not on this thread. I ask this, because almost all my OCaml code is use as shared libraries. Most of the time, this is on Windows (but compilation is a lot simpler on unix). They are called from LabVIEW, Java, C... The only problem I faced is that I have to avoid Thread module. Salutations Matt