caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Edgar Friendly <thelema314@gmail.com>
To: Jon Harrop <jon@ffconsultancy.com>
Cc: caml-list@yquem.inria.fr
Subject: Re: [Caml-list] [OSR] OCaml Standard Recommandation Process
Date: Tue, 29 Jan 2008 10:49:17 -0600	[thread overview]
Message-ID: <479F590D.6020706@gmail.com> (raw)
In-Reply-To: <200801282139.07894.jon@ffconsultancy.com>

Jon Harrop wrote:
> On Monday 28 January 2008 21:12:08 Gerd Stolpmann wrote:
>> As it was mentioned, we cannot modify OCaml itself. We can ask here and
>> there for changes, e.g. when core APIs could be improved so user add-ons
>> have an easier life. But the OCaml language itself is only a matter of
>> INRIA. It is still a cathedral, not a bazaar (I don't see any change
>> here - except that the cathedral is now completely built). So any
>> discussions about changing the language (try finally) or the stdlib are
>> off-topic.
> 
> Can we clear up once and for all whether or not we can improve the stdlib?
> 

I wish I could answer your question authoritatively.  The best I can
tell from the situation comes to this:

1) The community now has some permission to make a distribution out of
the OCaml code created at INRIA.

2) This distribution should (Must?) not break backwards compatibility
with the currently official, INRIA-blessed distro.

The way I interpret these two gives me/us limited ability to improve the
stdlib.  One question for the community involves both directions of
migration.  #2 insists that INRIA-OCaml programs have the same semantics
(including triggering the same warts of the language) under
Community-OCaml.  i.e. taking a program compiled under INRIA-OCaml and
compiling it under Community-OCaml should "just work".  The reverse --
going from Community-OCaml to INRIA-OCaml -- isn't guaranteed to work in
the same way, *but* the question comes: how much work must the user
spend to translate from Community-OCaml to INRIA-OCaml.

Messing with the type system has many pitfalls, but not least of which
comes a (likely) very difficult conversion to INRIA-OCaml involving
probably complex source-code transformation.

Many people seem to put forward improvement ideas for OCaml that stay
within the realm of including more libraries in the Community-OCaml
distribution, and having efforts to standardize interfaces of these
libraries.  This kind of change seems to have minimal conversion
difficulty to INRIA-OCaml (just install the needed libraries).

In between these extremes sits things like changes to the stdlib and
extensions to the language.  I hope that we can make changes to both of
these.  stdlib changes should only extend the current library (in my
mind this includes changing implementations of existing functions, as
long as the semantics stay identical), but to ease compatibility with
the INRIA-OCaml system, (some of) these changes could get implemented in
such a way that with a small amount of additional work (opening a
"Community.Pervasives" module that includes the new changes).

Changes to the compiler such as try..finally could get put in to the
community distro, but with a "close-enough" camlp4 filter to transform
programs using them into programs that would work under the current
system.  (maybe not as efficiently, maybe with horrible error messages)

E.


  reply	other threads:[~2008-01-29 16:49 UTC|newest]

Thread overview: 44+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-01-27 13:23 David Teller
2008-01-27 13:52 ` [Caml-list] " Paolo Donadeo
2008-01-27 14:24 ` Yaron Minsky
2008-01-27 19:07   ` David Teller
2008-01-27 21:07     ` Jon Harrop
2008-01-27 21:47       ` Yaron Minsky
2008-01-28 11:06         ` David Teller
2008-01-28 12:04         ` Jon Harrop
2008-01-28 12:31           ` David Teller
2008-01-28 14:23           ` Brian Hurt
2008-01-28 15:15             ` Loup Vaillant
2008-01-28 15:40               ` Brian Hurt
2008-01-28 19:46                 ` Jon Harrop
2008-01-28 15:25             ` Jon Harrop
2008-01-28 16:06               ` Christophe TROESTLER
2008-01-28 16:20                 ` Nicolas Pouillard
2008-01-28 16:45                   ` Christophe TROESTLER
2008-01-28 16:51                     ` Olivier Andrieu
2008-01-28 19:58                       ` Jon Harrop
2008-01-29  7:51                   ` Gordon Henriksen
2008-01-28 20:49                 ` Jon Harrop
2008-01-28 22:05                   ` Till Varoquaux
2008-01-28 23:10                     ` Jon Harrop
2008-01-28 16:37               ` Brian Hurt
2008-01-28 17:30                 ` David Teller
2008-01-28 20:43                   ` Jon Harrop
2008-01-28 21:12                   ` Gerd Stolpmann
2008-01-28 21:39                     ` Jon Harrop
2008-01-29 16:49                       ` Edgar Friendly [this message]
2008-01-30  8:52                         ` Sylvain Le Gall
2008-01-30 10:02                           ` [Caml-list] " Jon Harrop
2008-01-30 12:12                           ` Vincent Hanquez
2008-01-28 21:43                     ` [Caml-list] " Dario Teixeira
2008-01-29  7:59                       ` Francois Pottier
2008-01-28 22:07                 ` Arnaud Spiwack
2008-01-27 14:36 ` Michaël Grünewald
2008-01-27 15:10 ` Dario Teixeira
2008-01-28 13:38   ` Sylvain Le Gall
2008-01-28 13:52     ` [Caml-list] " David Teller
2008-01-28  0:23 ` [Caml-list] " Oliver Bandel
2008-01-30  9:43 ` Sylvain Le Gall
2008-01-30 20:25   ` [Caml-list] " blue storm
2008-01-30 20:49     ` Sylvain Le Gall
2008-01-30 20:54       ` [Caml-list] " Eric Cooper

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=479F590D.6020706@gmail.com \
    --to=thelema314@gmail.com \
    --cc=caml-list@yquem.inria.fr \
    --cc=jon@ffconsultancy.com \
    /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).