Browse thread
Interactive technical computing
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
Date: | 2007-03-09 (07:45) |
From: | Matthieu Dubuget <matthieu.dubuget@l...> |
Subject: | Re: [Caml-list] Interactive technical computing |
Richard Jones a écrit : >> Putting aside the obvious cultural resistance to using a sensible >> language for this project, there is one technical hurdle: It needs to >> compile into a DLL which can be linked to other programs (in C and >> other languages). I can't generate such code using ocamlopt, at least >> not without using unsupported out-of-tree extensions. >> >> Could you please give us some details? What kind of extensions? I'm mainly producing DLLs with ocamlopt. My only concern is the fact that I am to avoid some standard modules (Thread at least), to avoid crashes that occurs after the calling app has unloaded my DLLs. Salutations Matthieu