Re: Why do you deserve a better IO library
Roland Pibinger wrote:
On 15 Jun 2006 10:58:32 -0400, David Abrahams
<dave@boost-consulting.com> wrote:
rpbg123@yahoo.com (Roland Pibinger) writes:
Since when are shared pointer, filesystem, date_time,
pointer_container, random, range, string algorithms,
threads, ... are "experimental template programming" ?
Some of those libraries are conceptually experimental.
That's meaningless, as far as I can tell. It seems to be how
you personally conceive of those libraries.
I find the concept of "smart" pointers expermimental
I don't know where you've been, then. I've been using reference
counted pointers for something like fifteen years, and Scott
Meyers documented them as a "standard" technique many years ago.
If there's a complaint concerning smart pointers, it's the
opposite: they're out of date, and not that necessary now that
garbage collection is available.
On the other hand, most of my applications, including some ten
or fifteen years ago, used smart pointers for other things than
just managing memory. Smart pointers, in general, are a
standard, established and wide spread technique. To the point
were I would consider that someone not familiar with the idiom
didn't know C++.
and a library that is based on the "Clonable concept" and the
"Clone Allocator concept".
It sounds like a normal extention of the concept of concepts to
me.
Also, when STL is primarily built around iterators then
someting like 'range' sounds experimental.
Maybe. (The concept of range, itself, isn't experimental, but
maybe the way Boost is using it is.)
All have heavily templated interfaces which significantly
narrows their usability for real-world programmers.
Yeah, but Boost is built for real-world C++ programmers, not
programmers in other languages that don't have templates.
You know better, of course. Boost is primarily made from and
for people who like to _experiment_ with templates, the Turing
complete sublanguage within C++. I don't mind that Boosters
do what they like most. But I object to the claim that Boost
programming is a viable solution for the 97% rest of
real-world C++ programmers.
Here, you sort of have a point. I don't think all of the
authors of Boost use meta-programming just because they like the
technique, but it is true that the complexities in Boost prevent
it from working with some widespread compilers (e.g. Sun CC).
The success of Java and scipting languages in recent years was
primarily based on convenient and accessible libraries. I
don't see why C++ should miss the train in this respect.
I agree, but I don't see a real solution. We do need some sort
of standard, portable GUI library, for example, and something
more useful than what Boost offers for threading. (Even
something as simple as spawning a detatched thread and passing
it a request block requires jumping through hoops with Boost.)
--
James Kanze GABI Software
Conseils en informatique orient?e objet/
Beratung in objektorientierter Datenverarbeitung
9 place S?mard, 78210 St.-Cyr-l'?cole, France, +33 (0)1 30 23 00 34
[ See http://www.gotw.ca/resources/clcm.htm for info about ]
[ comp.lang.c++.moderated. First time posters: Do this! ]