comp.lang.ada
 help / color / mirror / Atom feed
* ANN: Ada 2005 standard container library tutorial available
@ 2005-06-28 13:28 Matthew Heaney
  2005-06-28 18:05 ` No deques? brian.b.mcguinness
  2005-06-29  5:35 ` ANN: Ada 2005 standard container library tutorial available Christoph Grein
  0 siblings, 2 replies; 7+ messages in thread
From: Matthew Heaney @ 2005-06-28 13:28 UTC (permalink / raw)


The Ada 2005 standard container library tutorial that I presented at
Ada-Europe 2005 is now available:

<http://charles.tigris.org/ai302_tutorial.ppt>
<http://charles.tigris.org/ai302_tutorial.pdf>

The links appear under the "Related resources" section in the
Description part of the Charles library CVS repository home page:

<http://charles.tigris.org/>

The standard container library is specified by AI-302, the drafts of
which are maintained here:

<http://www.ada-auth.org/cgi-bin/cvsweb.cgi/AIs/AI-20302.TXT>

Regards,
Matt



^ permalink raw reply	[flat|nested] 7+ messages in thread

* No deques?
  2005-06-28 13:28 ANN: Ada 2005 standard container library tutorial available Matthew Heaney
@ 2005-06-28 18:05 ` brian.b.mcguinness
  2005-06-28 18:10   ` Martin Dowie
  2005-06-28 18:14   ` Matthew Heaney
  2005-06-29  5:35 ` ANN: Ada 2005 standard container library tutorial available Christoph Grein
  1 sibling, 2 replies; 7+ messages in thread
From: brian.b.mcguinness @ 2005-06-28 18:05 UTC (permalink / raw)


Have deques been dropped from the container library?  I seem to
remember seeing them mentioned in the past, and both Charles and
the C++ STL have them.

--- Brian




^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: No deques?
  2005-06-28 18:05 ` No deques? brian.b.mcguinness
@ 2005-06-28 18:10   ` Martin Dowie
  2005-06-28 18:14   ` Matthew Heaney
  1 sibling, 0 replies; 7+ messages in thread
From: Martin Dowie @ 2005-06-28 18:10 UTC (permalink / raw)


brian.b.mcguinness@lmco.com wrote:
> Have deques been dropped from the container library?  I seem to
> remember seeing them mentioned in the past, and both Charles and
> the C++ STL have them.

They are not part of the AI that is approved for Ada200Y - there is only 
room for so much.

-- Martin



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: No deques?
  2005-06-28 18:05 ` No deques? brian.b.mcguinness
  2005-06-28 18:10   ` Martin Dowie
@ 2005-06-28 18:14   ` Matthew Heaney
  1 sibling, 0 replies; 7+ messages in thread
From: Matthew Heaney @ 2005-06-28 18:14 UTC (permalink / raw)
  To: brian.b.mcguinness

brian.b.mcguinness@lmco.com wrote:
> Have deques been dropped from the container library?  I seem to
> remember seeing them mentioned in the past, and both Charles and
> the C++ STL have them.

There are no deques in the Ada 2005 standard container library.  (They 
were in my original proposal, but were quickly dropped in order to keep 
the library to a manageable size.)



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: ANN: Ada 2005 standard container library tutorial available
  2005-06-28 13:28 ANN: Ada 2005 standard container library tutorial available Matthew Heaney
  2005-06-28 18:05 ` No deques? brian.b.mcguinness
@ 2005-06-29  5:35 ` Christoph Grein
  2005-06-29 11:34   ` Matthew Heaney
  2005-06-30 19:17   ` Randy Brukardt
  1 sibling, 2 replies; 7+ messages in thread
From: Christoph Grein @ 2005-06-29  5:35 UTC (permalink / raw)
  To: Matthew Heaney; +Cc: comp.lang.ada

In the Ada User Journal, there is a series "Rationale for Ada 2005" by 
John Barnes, which will eventually be reprinted in one document. I think 
such a container tutorial should be included in the final Rationale for 
Ada 2006 (of course more in prose).

Matthew Heaney wrote:

>The Ada 2005 standard container library tutorial that I presented at
>Ada-Europe 2005 is now available:
>
><http://charles.tigris.org/ai302_tutorial.ppt>
><http://charles.tigris.org/ai302_tutorial.pdf>
>
>The links appear under the "Related resources" section in the
>Description part of the Charles library CVS repository home page:
>
><http://charles.tigris.org/>
>
>The standard container library is specified by AI-302, the drafts of
>which are maintained here:
>
><http://www.ada-auth.org/cgi-bin/cvsweb.cgi/AIs/AI-20302.TXT>
>
>Regards,
>Matt
>_______________________________________________
>comp.lang.ada mailing list
>comp.lang.ada@ada-france.org
>http://www.ada-france.org/mailman/listinfo/comp.lang.ada
>
>
>  
>





^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: ANN: Ada 2005 standard container library tutorial available
  2005-06-29  5:35 ` ANN: Ada 2005 standard container library tutorial available Christoph Grein
@ 2005-06-29 11:34   ` Matthew Heaney
  2005-06-30 19:17   ` Randy Brukardt
  1 sibling, 0 replies; 7+ messages in thread
From: Matthew Heaney @ 2005-06-29 11:34 UTC (permalink / raw)


Christoph Grein <Christoph.Grein@eurocopter.com> writes:

> In the Ada User Journal, there is a series "Rationale for Ada 2005" by
> John Barnes, which will eventually be reprinted in one document. I
> think such a container tutorial should be included in the final
> Rationale for Ada 2006 (of course more in prose).

I wrote a paper last year for the Ada User Journal about my Charles
tutorial, and was already thinking about writing a similar paper for
this year's standard container library tutorial.  (Maybe I can convince
you to be a reviewer...)



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: ANN: Ada 2005 standard container library tutorial available
  2005-06-29  5:35 ` ANN: Ada 2005 standard container library tutorial available Christoph Grein
  2005-06-29 11:34   ` Matthew Heaney
@ 2005-06-30 19:17   ` Randy Brukardt
  1 sibling, 0 replies; 7+ messages in thread
From: Randy Brukardt @ 2005-06-30 19:17 UTC (permalink / raw)


"Christoph Grein" <Christoph.Grein@eurocopter.com> wrote in message
news:mailman.112.1120024380.17633.comp.lang.ada@ada-france.org...
> In the Ada User Journal, there is a series "Rationale for Ada 2005" by
> John Barnes, which will eventually be reprinted in one document. I think
> such a container tutorial should be included in the final Rationale for
> Ada 2006 (of course more in prose).

John has been writing such a paper as part of the Rationale. Indeed, its
pretty much the only part that he's still working on. His work caused
another bunch of minor changes to the library at the recent York ARG meeting
(no, nothing was deleted).

                            Randy.







^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2005-06-30 19:17 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-06-28 13:28 ANN: Ada 2005 standard container library tutorial available Matthew Heaney
2005-06-28 18:05 ` No deques? brian.b.mcguinness
2005-06-28 18:10   ` Martin Dowie
2005-06-28 18:14   ` Matthew Heaney
2005-06-29  5:35 ` ANN: Ada 2005 standard container library tutorial available Christoph Grein
2005-06-29 11:34   ` Matthew Heaney
2005-06-30 19:17   ` Randy Brukardt

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