comp.lang.ada
 help / color / mirror / Atom feed
From: "Matthew Heaney" <mheaney@on2.com>
Subject: Re: generic container library
Date: Fri, 29 Oct 2004 10:56:36 -0400
Date: 2004-10-29T14:56:36+00:00	[thread overview]
Message-ID: <41825a24$0$91006$39cecf19@news.twtelecom.net> (raw)
In-Reply-To: Yjqgd.11340$5i5.8014@newsread2.news.atl.earthlink.net


"Marin David Condic" <nobody@noplace.com> wrote in message 
news:Yjqgd.11340$5i5.8014@newsread2.news.atl.earthlink.net...
> There were three excellent articles in the most recent issue of "Ada 
> Letters" that covered libraries. I don't recall that any of the articles 
> mentioned if the container libraries of interest provided for persistence 
> (some ability to write & read the containers to/from a file or stream). I 
> consider that a pretty critical feature, so you might want to consider 
> that in selecting one for your future projects. Even a library that is a 
> little weaker in some other regard would score big points with me so long 
> as I don't have to figure out how to load and store the data between 
> program runs. Especially if I can make containers of containers of 
> containers and get the whole ball of wax stored in a file. (See the 'Read 
> and 'Write and related attributes of streams - its really pretty cool.)

I don't think I implemented the stream attributes for Charles, but it 
wouldn't be hard to do that.  Let me know which containers you need, and 
I'll give those priority.  See the charles-*.ad[sb] files in:

http://charles.tigris.org/source/browse/charles/src/

Note that the AI-302 containers are required to support streaming, and so 
the reference implementation has already implemented the streaming 
attributes.  See the a-c*.ad[sb] files in:

http://charles.tigris.org/source/browse/charles/src/ai302/

In either case, that means you can have a container of containers, and 
streaming it out will do the right thing,





  reply	other threads:[~2004-10-29 14:56 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-10-29 10:53 generic container library Szymon Guz
2004-10-29 11:13 ` stephane richard
2004-10-29 11:18 ` Alex R. Mosteo
2004-10-29 11:49 ` Martin Krischik
2004-10-29 17:51   ` Martin Dowie
2004-10-29 12:03 ` Marin David Condic
2004-10-29 14:56   ` Matthew Heaney [this message]
2004-10-29 17:49     ` Martin Dowie
2004-10-29 21:39       ` Matthew Heaney
2004-10-30 12:36     ` Marin David Condic
2004-10-30 15:07   ` Simon Wright
2004-10-29 19:09 ` Jeffrey Carter
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox