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=unavailable autolearn_force=no version=3.4.4 Path: border1.nntp.dca3.giganews.com!border3.nntp.dca.giganews.com!border1.nntp.dca.giganews.com!nntp.giganews.com!ottix-news.ottix.net!newsswitch.lcs.mit.edu!nntp.TheWorld.com!.POSTED!not-for-mail From: Robert A Duff Newsgroups: comp.lang.ada Subject: Re: Ada advocacy Date: Tue, 18 Jun 2013 13:15:07 -0400 Organization: The World Public Access UNIX, Brookline, MA Message-ID: References: <19595886.4450.1332248078686.JavaMail.geo-discussion-forums@vbbfy7> <2012032020582259520-rblove@airmailnet> <12ee9bc5-3bdf-4ac0-b805-5f10b3859ff4@googlegroups.com> <6c58fae4-6c34-4d7a-ab71-e857e55897c0@x6g2000vbj.googlegroups.com> NNTP-Posting-Host: shell01.theworld.com Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: pcls6.std.com 1371575707 18302 192.74.137.71 (18 Jun 2013 17:15:07 GMT) X-Complaints-To: abuse@TheWorld.com NNTP-Posting-Date: Tue, 18 Jun 2013 17:15:07 +0000 (UTC) User-Agent: Gnus/5.1008 (Gnus v5.10.8) Emacs/21.3 (irix) Cancel-Lock: sha1:IUsWlH6jEXdBPQyXLW/13xPXyBM= X-Original-Bytes: 1966 Xref: number.nntp.dca.giganews.com comp.lang.ada:181921 Date: 2013-06-18T13:15:07-04:00 List-Id: Peter Brooks writes: > On Jun 18, 3:28 am, Dennis Lee Bieber wrote: >> >> >>         Ada was basically the first LANGUAGE that defined multi-tasking IN THE >> LANGUAGE itself. Before it, one had to use OS specific system calls to >> create tasks -- if such a call was even available, in contrast to creating >> processes at the command line level. >> > The second. Algol68 did. Others, too. Per Brinch-Hansen's Concurrent Pascal, for example. It has something-like Ada tasks (no rendezvous; no big loss), and something-like Ada protected objects (without barriers -- that's a big loss). But Dennis is mostly right -- in the olden days, concurrency was mostly considered an OS issue. - Bob