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=-0.6 required=5.0 tests=BAYES_00,DATE_IN_PAST_24_48 autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,eceaf04ab9f6c9eb X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.180.93.6 with SMTP id cq6mr90065wib.2.1354677484139; Tue, 04 Dec 2012 19:18:04 -0800 (PST) Path: i11ni21530wiw.0!nntp.google.com!feeder2.cambriumusenet.nl!feed.tweaknews.nl!85.12.40.131.MISMATCH!xlned.com!feeder3.xlned.com!news.astraweb.com!border6.a.newsrouter.astraweb.com!border4.nntp.ams.giganews.com!border2.nntp.ams.giganews.com!border3.nntp.ams.giganews.com!border1.nntp.ams.giganews.com!nntp.giganews.com!rt.uk.eu.org!de-l.enfer-du-nord.net!feeder2.enfer-du-nord.net!eternal-september.org!feeder.eternal-september.org!mx04.eternal-september.org!.POSTED!not-for-mail From: Brian Drummond Newsgroups: comp.lang.ada Subject: Re: Running programs using ADA Date: Mon, 3 Dec 2012 12:03:06 +0000 (UTC) Organization: A noiseless patient Spider Message-ID: References: <20121130222242.7841f869@lufsen.sandat.dyndns.org> <14df4e2f-0259-4ce0-8d5f-7a4c9964de96@g6g2000vbk.googlegroups.com> <45386ff5-dd28-4fca-9de5-d00473655b47@q5g2000vbp.googlegroups.com> <53320a09-12d0-42d7-ab23-e3389b24c0ab@r3g2000vbn.googlegroups.com> Mime-Version: 1.0 Injection-Date: Mon, 3 Dec 2012 12:03:06 +0000 (UTC) Injection-Info: mx04.eternal-september.org; posting-host="dfff62e1e537b55df42008571c03e0fe"; logging-data="11122"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18EIGLeCWk8kbnkGCrMed5i+O/cJJtKjPA=" User-Agent: Pan/0.139 (Sexual Chocolate; GIT bf56508 git://git.gnome.org/pan2) Cancel-Lock: sha1:xRtJx9S7vmmM9/rsexWSwYPuedY= Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Date: 2012-12-03T12:03:06+00:00 List-Id: On Sun, 02 Dec 2012 23:56:26 -0800, Hans Vlems wrote: > On 2 dec, 12:22, Brian Drummond wrote: >> On Sat, 01 Dec 2012 13:49:23 -0800, Hans Vlems wrote: >> >> -- >> >> Regards, >> >> Dmitry A. Kazakovhttp://www.dmitry-kazakov.de >> >> > Oh yes, I know it's outside the formal ADA language specification. My >> > reference manual is quite old (Ledgard's book from 1983) and on >> > multiprocessing it only mentions tasks. >> >> Oooh. Then do yourself a favour and get a newer Ada textbook - Ada is a >> much nicer language than it was when that book was written... >> >> - Brian > > Brian, do you have a good suggestion for a current textbook on ADA? Up until last week, it would have been John Barnes : Programming in Ada-2005 ... but now I suppose we have to wait for him to write an Ada-2012 edition! Just jesting - the Barnes book is still solidly worthwhile and usually the first thing I turn to (I know, I should use the ARM more..) Cohen's "Ada as a second language" is also worthwhile though it is still based on Ada-95. The Ada Wikibook will help introducing object-oriented programming in Ada. Since you mention tasking, also look at protected types (new in Ada-95 for lightweight inter-task communication) http://en.wikibooks.org/wiki/Ada_Programming Any good sources on Ada-2012 yet? (apart from the ARM of course) - Brian