Browse thread
[Caml-list] Hashtbl.keys
[
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: | Alessandro Baretta <alex@b...> |
| Subject: | Re: [Caml-list] OCaml standard library improvement |
Stefano Zacchiroli wrote: > On Fri, Feb 21, 2003 at 02:47:35PM +0100, Nicolas George wrote: > >>(used as namespace units) and compilation units. Supose you have a large >>set of string functions, tu split, search for words, replace, and so on. > > > Well, my idea was not to collect a new library nor a big-scale one as > someone proposed. > > Indeed I would not begin a new sourceforge project, I want simply to > collect _simple_ functions that are missing from the ocaml standard > library and that, I'm sure, every ocaml programmer have written at least > once in his life! It takes a lot of time and work to collect function signatures and code, validate the former, test or prove correct the latter, cut and paste the code into the cvs version of the library, revalidate and retest the whole thing, and finally distribute it. I have my own ocamllib-addons findlib module which contains my additions to the standard library. I think this approach wins. Some of us could maintain an ocamllib-addons project for everybody else. Anyone wishing to use the extended library would simply have to download and install one findlib package. The ocaml team could then use the addons code as a basis for extensions to the standard library, if and when they deem a function or a module of sufficiently general usefulness and of adequate quality. The addons maintainer(s) would then remove the equivalent code from the addons package. Alex ------------------- 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