caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Xavier Leroy <xavier.leroy@inria.fr>
To: caml-list@inria.fr, kok@wtal.de
Subject: Re: [Caml-list] Playing Soccer with OCaml
Date: Tue, 30 Oct 2001 13:17:49 +0100	[thread overview]
Message-ID: <20011030131749.C17155@pauillac.inria.fr> (raw)
In-Reply-To: <20011029183900.A717@alpha2.tabu.stw-bonn.de>; from kok@wtal.de on Mon, Oct 29, 2001 at 06:39:00PM +0100

> - We use CORBA for communication (omniORB). How difficult is it to
>   communicate with C++ modules via CORBA. As I understand it, CamlIDL
>   could help me here, but I'm not sure.

That might be the show-stopper.  There is currently no CORBA binding
for OCaml (although this has been on our to-do list for quite a while).

CamlIDL is a COM binding, and while COM and CORBA have several points
in common, they are sufficiently different that CamlIDL won't help you
much here.

There is always the possibility of generating C++ communication stubs
using omniORB, then connect the Caml code to these stubs by hand.
This is feasible for a small number of CORBA interfaces and methods,
but doesn't scale up.

> - What about SunOS? This port is not a requirement, but it would be
>   nice.

SunOS 5 (a.k.a. Solaris 2) is well supported and regularly tested.
OCaml used to run under SunOS 4 but hasn't been tested under this
environment in a while.

- Xavier Leroy
-------------------
Bug reports: http://caml.inria.fr/bin/caml-bugs  FAQ: http://caml.inria.fr/FAQ/
To unsubscribe, mail caml-list-request@inria.fr  Archives: http://caml.inria.fr


  parent reply	other threads:[~2001-10-30 12:17 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-10-29 17:39 Kai Kaminski
2001-10-29 18:20 ` Alan Schmitt
2001-10-30 12:17 ` Xavier Leroy [this message]
2001-10-31  2:01 ` Rafael 'Dido' Sevilla
2001-11-08  8:31   ` Axel Poigné
2001-11-07 16:11 Damien Doligez

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20011030131749.C17155@pauillac.inria.fr \
    --to=xavier.leroy@inria.fr \
    --cc=caml-list@inria.fr \
    --cc=kok@wtal.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).