From: Jon Harrop <jon@ffconsultancy.com>
To: caml-list@yquem.inria.fr
Subject: Re: [Caml-list] Snd question
Date: Tue, 16 Aug 2005 22:42:50 +0100 [thread overview]
Message-ID: <200508162242.50803.jon@ffconsultancy.com> (raw)
In-Reply-To: <20050816181604.GA21719@furbychan.cocan.org>
On Tuesday 16 August 2005 19:16, Richard Jones wrote:
> On Tue, Aug 16, 2005 at 05:34:38PM +0100, Jon Harrop wrote:
> > Currently, you cannot match [|1; ...|] in OCaml.
>
> Yes! Or, "prefix" ^ str.
Unless you have a substring type I think that'll have to be: "prefix"^_
Anyway, we've had this discussion before. :-)
> > From my limited experience of SML, it is more of a pain than a benefit.
>
> It'd be pretty trivial anyway to define the SML #<number> operators
> using camlp4.
Are you sure? I was under the impression that macros didn't know about the
type system.
Has anyone done any ad-hoc polymorphism (if that's the right jargon, I mean
the equivalent of "+" for both int and float in SML) for containers? I
haven't finished it yet but I've recently been playing with a term-level
mini-Caml interpreter that I was going to add this functionality to. So
"fold", "map" and so on are built into the language and can be applied to the
built-in data structures set, list and array. Also, the pattern "1::2::3::_"
can be applied to any container type.
The main problem that I can think of is the unpredictable memory use of
substring/subarray types when they keep their "parent" around for longer than
expected. This makes me think that it might be a bad idea...
--
Dr Jon D Harrop, Flying Frog Consultancy Ltd.
Objective CAML for Scientists
http://www.ffconsultancy.com/products/ocaml_for_scientists
next prev parent reply other threads:[~2005-08-16 21:51 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-08-15 22:05 Anu Engineer
2005-08-15 22:41 ` [Caml-list] " Matt Gushee
2005-08-16 8:08 ` sejourne kevin
2005-08-16 13:17 ` skaller
2005-08-16 16:16 ` Julian Brown
2005-08-16 17:18 ` [Caml-list] " Alan Falloon
2005-08-17 6:15 ` skaller
2005-08-16 16:34 ` [Caml-list] " Jon Harrop
2005-08-16 18:16 ` Richard Jones
2005-08-16 21:42 ` Jon Harrop [this message]
2005-08-17 6:55 ` skaller
2005-08-18 8:20 ` Andrej Bauer
2005-08-18 17:51 ` skaller
2005-08-19 7:50 ` Andrej Bauer
2005-08-17 12:19 ` Alain Frisch
2005-08-17 17:21 ` skaller
2005-08-17 23:08 ` Martin Jambon
2005-08-17 6:28 ` skaller
2005-08-20 14:31 ` Brian Hurt
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=200508162242.50803.jon@ffconsultancy.com \
--to=jon@ffconsultancy.com \
--cc=caml-list@yquem.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