Browse thread
Why don't you use batteries?
-
Edgar Friendly
- Rakotomandimby Mihamina
- Alan Schmitt
- kattla
- Vincent Aravantinos
- Dario Teixeira
- Ashish Agarwal
- Tom Hutchinson
- Richard Jones
- Jake Donham
- Jean-Christophe Filliâtre
- Sylvain Le Gall
- Philippe Wang
- Erik de Castro Lopo
- rixed@h...
- Philip
- Rakotomandimby Mihamina
[
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: | 2009-09-04 (08:55) |
From: | Pierre Etchemaite <petchema@c...> |
Subject: | Re: [Caml-list] Why don't you use batteries? |
Hi all, Le Thu, 3 Sep 2009 17:50:21 +0200 Tom Hutchinson <Thomas.Hutchinson@sophia.inria.fr> a écrit: > I imagine there are a fair number of people who take parts bits and > pieces out of the batteries sources and use those in their projects. I've seen this in too many OCaml projects indeed, and that approach has its own problems too. Fixes and improvements do not flow from one copy of the code to the other, codes eventually diverge and using the "real" library becomes harder as time goes on... This is a maintainance nightmare. Solutions should be found for each reason (development, deployment, performance,...) why OCaml libraries are not used like libraries, so that the incitive to go cutting&pasting disappears; because in my opinion it's terrible. I think a broad availability (either installed by default or at least *very* easy to install) on all supported platforms should be a start. As I understand Batteries is getting there. Best regards, Pierre.