From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,acbabd8dd3f7b8a1 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit X-Received: by 10.224.213.197 with SMTP id gx5mr21894572qab.8.1362637712525; Wed, 06 Mar 2013 22:28:32 -0800 (PST) X-Received: by 10.50.6.135 with SMTP id b7mr2519040iga.9.1362637712358; Wed, 06 Mar 2013 22:28:32 -0800 (PST) Path: p7ni59qai.0!nntp.google.com!dd2no7893410qab.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Wed, 6 Mar 2013 22:28:31 -0800 (PST) In-Reply-To: <6d3a35ff-3a98-4dc6-9c75-302cd10562cb@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=69.20.190.126; posting-account=lJ3JNwoAAAAQfH3VV9vttJLkThaxtTfC NNTP-Posting-Host: 69.20.190.126 References: <6d3a35ff-3a98-4dc6-9c75-302cd10562cb@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <4555af33-5fc3-4247-9c09-e6938e181119@googlegroups.com> Subject: Re: Sample code resources / Ada cookbook From: Shark8 Injection-Date: Thu, 07 Mar 2013 06:28:32 +0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Date: 2013-03-06T22:28:31-08:00 List-Id: On Wednesday, March 6, 2013 10:11:59 PM UTC-7, Dufr wrote: > Hi >=20 > I am looking for good resources containing Ada sample code useful for a l= earner. >=20 > Of course, there are many Ada tutorials and manuals around, but what I am= looking for is specifically an Ada 'cookbook' containing simple Ada progra= ms and code snippets, possibly with comments. >=20 > The closest thing to an Ada cookbook that I found is the excellent Rosett= a Code website, which has hundreds of small Ada programs. >=20 > Is there any other such printed / online resource containing a similar co= llection of code samples? >=20 > Thanks I think Rosetta is going to be about the best you're going to do for a 'coo= kbook' -- but there is something to watch out for there: the small nature o= f the entries means that [relatively] you won't get a lot of familiarity wi= th managing large systems (packages). There are some old [Ada95] software libraries/packages/examples on adapower= .com. You should also look at some of the libraries in the recent library t= hread. Lastly I wrote a sort of introduction/sniplit-example for Ada 2012 [and Str= eams] over here: http://blog.projectpolymath.org/ada-2012-tutorial_01/ http://blog.projectpolymath.org/ada-2012-tutorial_02/