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 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,f24b55bcdf15c088 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-03-05 18:46:07 PST Path: supernews.google.com!sn-xit-03!supernews.com!nntp.cs.ubc.ca!newsfeed.direct.ca!look.ca!newsfeed1.earthlink.net!newsfeed.earthlink.net!newsmaster1.prod.itd.earthlink.net!newsread2.prod.itd.earthlink.net.POSTED!not-for-mail Message-ID: <3AA44F83.87CB23B7@acm.org> From: Jeffrey Carter X-Mailer: Mozilla 4.7 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: Ada95 tutorials with sample code. References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Tue, 06 Mar 2001 02:45:43 GMT NNTP-Posting-Host: 63.180.2.39 X-Complaints-To: abuse@earthlink.net X-Trace: newsread2.prod.itd.earthlink.net 983846743 63.180.2.39 (Mon, 05 Mar 2001 18:45:43 PST) NNTP-Posting-Date: Mon, 05 Mar 2001 18:45:43 PST Organization: EarthLink Inc. -- http://www.EarthLink.net Xref: supernews.google.com comp.lang.ada:5450 Date: 2001-03-06T02:45:43+00:00 List-Id: mcdoobie wrote: > > I've been browsing around the web checking out various Ada95 tutorials > and been pleased, yet somewhat frustrated. > Specifically, I'm looking for tutorials that offer alot of sample code > and practice excercises. It doesnt have to be some dumbed down spoon fed > fiasco, since I'm already familiar with Perl, Python, C, x86 ASM, and > Java. However, I learn better when I have sample code available to work > with. If you have specific examples in mind, I'm sure people here will offer you their versions. Here's everyone's 1st program: -- "Hello, World!" program in Ada with Ada.Text_IO; use Ada.Text_IO; procedure Hello_World is -- null; begin -- Hello_World Put_Line (Item => "Hello, World!"); end Hello_World; -- Jeff Carter "You brightly-colored, mealy-templed, cranberry-smelling, electric donkey-bottom biters." Monty Python & the Holy Grail