Browse thread
[ANN] camlish: a simple module for shell scripting in OCaml
[
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: | -- (:) |
| From: | Mikkel_Fahnøe_Jørgensen <mikkel@d...> |
| Subject: | Re: [Caml-list] [ANN] camlish: a simple module for shell scripting in OCaml |
> * The interaction between external commands and OCaml values are > implemented asynchronously inside (but with a synchronous > interface). So it won't get stuck unnecessarily when dealing with > large chunk of input/output. Would it be possible to combine this with the LWT thread library? http://www.ocsigen.org/lwt Mikkel