caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Damien Doligez <damien.doligez@inria.fr>
To: caml-list@inria.fr
Subject: Re: [Caml-list] undocumented external ... = "%identity"
Date: Mon, 3 Nov 2003 15:03:01 +0100	[thread overview]
Message-ID: <6F818717-0E06-11D8-B422-00039310CAE8@inria.fr> (raw)
In-Reply-To: <20031101082216.GB26261@fistandantilus.takhisis.org>

On Saturday, November 1, 2003, at 09:22 AM, Stefano Zacchiroli wrote:

> The fact that Obj.magic _implementation_ depends on the entire
> implementation of the OCaml compiler and runtime, doesn't imply that 
> its
> _interface_ does as well.

Depends on what you mean by "interface".  The _specification_ of 
Obj.magic
depends on many implementation choices of the compiler and runtime.

> If I'm using Obj.magic I'm supposed to know what I'm doing (the 
> examples
> reported in the post you mentioned are significative here) and that I'm
> sure that the type magic I'm doing are correct. In such a case the
> correctness of those magics will change only when the assumption on
> which their correction rely changes, for example a change in the type
> system.

... or a change in the data representations used by the compiler and
runtime.

> Such major changes are usually backward compatibile, if not I suppose
> the Obj.magic forward porting problem will be the minor problem
> programmer will have with a new ocaml release ...

Not true.  We can make changes that break many uses of Obj.magic without
changing the language or the type system.  That's why Obj.magic is not
documented.

-- Damien

-------------------
To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr
Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners


  reply	other threads:[~2003-11-03 14:02 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-10-29 10:42 Stefano Zacchiroli
2003-10-29 11:39 ` Jacques Garrigue
2003-10-30 19:55   ` Stefano Zacchiroli
2003-10-31  7:47     ` William Lovas
2003-11-01  8:22       ` Stefano Zacchiroli
2003-11-03 14:03         ` Damien Doligez [this message]
2003-11-03 14:20           ` Nicolas Cannasse

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=6F818717-0E06-11D8-B422-00039310CAE8@inria.fr \
    --to=damien.doligez@inria.fr \
    --cc=caml-list@inria.fr \
    /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).