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-Thread: 103376,6bee08c26af9486d X-Google-Attributes: gid103376,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII Path: g2news1.google.com!postnews.google.com!m73g2000hsh.googlegroups.com!not-for-mail From: John McCormick Newsgroups: comp.lang.ada Subject: Re: Learning Ada but missing the basics? Date: Tue, 1 Jul 2008 13:51:32 -0700 (PDT) Organization: http://groups.google.com Message-ID: <69fdbc16-65c9-4597-93b9-2e4d40909c78@m73g2000hsh.googlegroups.com> References: <85e95c57-07c3-42eb-b9b9-eac5fd3d0d65@i76g2000hsf.googlegroups.com> NNTP-Posting-Host: 67.212.104.239 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1214945492 5369 127.0.0.1 (1 Jul 2008 20:51:32 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Tue, 1 Jul 2008 20:51:32 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: m73g2000hsh.googlegroups.com; posting-host=67.212.104.239; posting-account=jVm7MAoAAABZ69ylB7L9PjZAVQg4j4fC User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.0.3705; .NET CLR 1.1.4322; .NET CLR 2.0.50727),gzip(gfe),gzip(gfe) Xref: g2news1.google.com comp.lang.ada:977 Date: 2008-07-01T13:51:32-07:00 List-Id: On Jun 30, 2:01=A0pm, ryan k wrote: > I'm trying to learn Ada because a) I think it's cool to learn new > computer languages and b) it looks like a good one. I've gone the > through a lot of the tutorials but lets say have package MyPackage and > 5 subprograms are in the body. Which procedure is run first? Is it > sequential? Is there some sort of equivalent to C's main()? Is a > binary created for every package? I guess I don't understand where > things start and end. Any help or links are greatly appreciated! > > Thanks, > Ryan Kaskel I suggest checking out some of the textbooks available. There is a good listing of Ada textbooks at the Ada IC. http://www.adaic.org/learn/textbook.html I'm partial, but I think that the Ada Plus Data Structures by Dale, Weems, and McCormick answers your questions best. John