caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Richard Jones <rich@annexia.org>
To: Lucas Dixon <ldixon@inf.ed.ac.uk>
Cc: caml-list@yquem.inria.fr
Subject: Re: [Caml-list] The state of ML: multi-threaded, saved state and support platforms
Date: Thu, 11 Jun 2009 23:10:36 +0100	[thread overview]
Message-ID: <20090611221036.GA6010@annexia.org> (raw)
In-Reply-To: <4A317AA8.40209@inf.ed.ac.uk>

On Thu, Jun 11, 2009 at 10:44:08PM +0100, Lucas Dixon wrote:
> I was wondering who pays for the documentation to be kept up to date,
> bug fixes, and implements new features.I saw that there is an OCaml 
> Consortium: http://caml.inria.fr/consortium/index.en.html
> Is this INRIA or something else? Is this the source of funding that 
> supports OCaml? or is there INRIA backing also? Does anyone know how 
> many people are employed? I'm interested in how to support functional 
> programming environments. What level of financial support is needed?
[..]
> Are there organisations that offer OCaml support over the phone? Or
> would that be consultancy rates for academics who specialise in OCaml?
> The OCaml Consortium offers: 3000 Euros for a minimal support to Caml, 
> 10000 Euros or higher for more. But doesn't give much details - has 
> anyone ever purchased this?

Xavier Leroy gave a talk about this in the OCaml Users Meeting back in
Feb.  I don't recall the exact numbers, but yes there are resources
donated by INRIA towards updating the compiler and documentation, and
yes there are companies in the Consortium, and the number of companies
has grown year on year.

No one I know offers support over the phone, and who'd want to when
you can get better support on a mailing list?

> I meant things at the level of linking compiled code/modules. F# website 
> says it has "a cross-compiling core shared with the popular OCaml 
> language", so I presume that modules written in one can be used in the 
> other.

Only to a very limited extent.  I think that camlpdf is the only major
piece of code that is supposed to compile on both OCaml and F# - see:
http://coherentpdf.com/blog/?p=25

Anyway, you want to link everything together from multiple languages?
With OCaml the way to go would probably be either to make shared
libraries (Red Hat are, I think, supposed to be sponsoring a GSoC
project to make this easier), or to go with something like ocamljava
and use the JVM.

Rich.

-- 
Richard Jones
Red Hat


  reply	other threads:[~2009-06-11 22:10 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-06-11 14:04 Lucas Dixon
2009-06-11 15:49 ` [Caml-list] " Richard Jones
2009-06-11 21:44   ` Lucas Dixon
2009-06-11 22:10     ` Richard Jones [this message]
2009-06-11 22:53     ` Sylvain Le Gall
2009-06-12  0:28     ` [Caml-list] " Jon Harrop
2009-06-12  8:24       ` Daniel Bünzli
2009-06-11 21:46   ` Jon Harrop
2009-06-11 16:55 ` Florian Weimer
2009-06-11 21:01   ` Lucas Dixon

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=20090611221036.GA6010@annexia.org \
    --to=rich@annexia.org \
    --cc=caml-list@yquem.inria.fr \
    --cc=ldixon@inf.ed.ac.uk \
    /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).