Browse thread
How to do this properly with OCaml?
-
Thomas Fischbacher
- Christophe Dehlinger
- Berke Durak
- Michel Quercia
- Eric Cooper
-
Michael Alexander Hamburg
-
Xavier Leroy
- Berke Durak
- Michael Alexander Hamburg
- Thomas Fischbacher
- Alex Baretta
-
skaller
- Stephane Glondu
-
Ken Rose
-
skaller
- Alex Baretta
-
skaller
- Thomas Fischbacher
-
Xavier Leroy
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Alex Baretta <alex@b...> |
| Subject: | Re: [Caml-list] How to do this properly with OCaml? |
skaller wrote: > On Mon, 2005-07-25 at 10:21 -0700, Ken Rose wrote: > >>skaller wrote: >> >>>I would appreciate an officially supported variable >>>length array a lot: it can't be efficiently implemented >>>*without* Obj.magic. >> >>I must be missing something obvious. What's wrong with map? > > > It is not efficient, it is very > clumsy to use because it is an ocaml functor, > and it is not imperative. > > I actually use Hashtables a lot, rather than Maps, > simply because the type variables are instantiated > automatically. There is a beautiful parametrically polymorphic map module, largely based on map.ml, lying around the net somewhere. Let me see if I can find the reference... *** Why, obviously it's int the Extlib! Alex -- ********************************************************************* http://www.barettadeit.com/ Baretta DE&IT A division of Baretta SRL tel. +39 02 370 111 55 fax. +39 02 370 111 54 Our technology: The Application System/Xcaml (AS/Xcaml) <http://www.asxcaml.org/> The FreerP Project <http://www.freerp.org/>