Sigbjorn Finne (Intl Vendor) writes:
> Here's a quick update on what I've been up to lately re: HDirect &
> what the next release will support:
>
> * Java <--> Haskell (aka Lambada) support.
> * automatically generate Haskell stubs from .h files & support
> for working with pristine .h files.
> * Corba client support (via the DII, so ORB indep.) I'll add
> Corba server support if there's any demand for it (== code/projects
> that depend on it ; let me know.)
Building DII requests in C++ should be very clumsy, but in Haskell one could
probably define some nice combinators and make it relatively elegant.
I'm interested in CORBA server support (which I presume you would do via the
DSI). I don't have a pressing need, but will need it eventually for a
distributed transaction log, and some other inter-process-communication type
things. If it is not a lot of work it would be a shame to leave it out. OTOH by
the time I need it, Manuel's ORBit stuff might be ready.
Tim