caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* Immutable arrays (modest Feature request)
@ 2000-01-12 15:45 Thorsten Ohl
  2000-01-12 22:06 ` Pierre Weis
  0 siblings, 1 reply; 6+ messages in thread
From: Thorsten Ohl @ 2000-01-12 15:45 UTC (permalink / raw)
  To: caml-list

I've always wondered why O'Caml has no notion of immutable arrays or
vectors.  (Mutable) Arrays are often inconvenient because callers and
callees must negotiate who is doing the copying.  A conservative
approach will do too many copies.

Semantically, a vector of size n would be a record with
labels 0,...,n-1 and with O(1) access.  One would initialize them from
a constant (e.g. let v = [{ 42; 137; 1789 }]), a list, an array, or a
function. Updates would be requested by [{ v with 2 = 2000 }] and most
of the Array and List library is useful for vectors.

I admit that this is theoretically not very exciting (except for the
question when the `with' must copy and when not), but rather useful.

Cheers,
-Thorsten
-- 
Thorsten Ohl, Physics Department, TU Darmstadt -- ohl@hep.tu-darmstadt.de
http://heplix.ikp.physik.tu-darmstadt.de/~ohl/ [<=== PGP public key here]




^ permalink raw reply	[flat|nested] 6+ messages in thread
[parent not found: <pfitzen@informatik.uni-tuebingen.de>]

end of thread, other threads:[~2000-01-16 21:25 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-01-12 15:45 Immutable arrays (modest Feature request) Thorsten Ohl
2000-01-12 22:06 ` Pierre Weis
2000-01-12 22:35   ` Norman Ramsey
     [not found] <pfitzen@informatik.uni-tuebingen.de>
2000-01-13 19:45 ` Juergen Pfitzenmaier
2000-01-14 18:09   ` Mark Hayden
2000-01-14 20:29     ` Markus Mottl

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).