From: "MONIN Jean-Francois FTRD/DTL/LAN" <jeanfrancois.monin@rd.francetelecom.com>
To: "Scott J," <jscott@planetinternet.be>
Cc: "CAML-LIST" <caml-list@pauillac.inria.fr>
Subject: Re: [Caml-list] Callcc
Date: Fri, 13 Sep 2002 16:35:53 +0200 [thread overview]
Message-ID: <15745.63433.670385.92984@localhost.localdomain> (raw)
[-- Attachment #1: Type: text/plain, Size: 536 bytes --]
> I am relearning Ocaml. I thought something as "call with current
> continuation" was implemented. But a search for it in the reference
manual
> didn't give anything.
There is no callcc in Ocaml. You may have used this feature with other
implementations of ML, say SML-NJ. The implementation technology
of the latter is based on continuations, which makes callcc
easily available. Ocaml implementation is not based on continuations,
but on stacks: it proved to be fairly more efficient, but
you lose callcc.
JF Monin
[-- Attachment #2: Type: text/html, Size: 1160 bytes --]
next reply other threads:[~2002-09-16 10:07 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-09-13 14:35 MONIN Jean-Francois FTRD/DTL/LAN [this message]
-- strict thread matches above, loose matches on Subject: below --
2002-09-13 13:25 Scott J,
2002-09-13 14:36 ` Noel Welsh
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=15745.63433.670385.92984@localhost.localdomain \
--to=jeanfrancois.monin@rd.francetelecom.com \
--cc=caml-list@pauillac.inria.fr \
--cc=jscott@planetinternet.be \
/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