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,4e6d0f6ea3e36d8d X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news3.google.com!news4.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!local01.nntp.dca.giganews.com!nntp.megapath.net!news.megapath.net.POSTED!not-for-mail NNTP-Posting-Date: Mon, 06 Nov 2006 20:47:13 -0600 From: "Randy Brukardt" Newsgroups: comp.lang.ada References: <12kpiuqn3udoea0@corp.supernews.com> <1419884.qDfV2Z7bhN@linux1.krischik.com> Subject: Re: Ada 2005 language update(s) & programmer productivity Date: Mon, 6 Nov 2006 20:47:50 -0600 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1807 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1807 Message-ID: NNTP-Posting-Host: 64.32.209.38 X-Trace: sv3-D4gY9NHrxOC2DJ7gGHRSZo3dUQVWO1LDZbcPwPG4slyXljf4FXI3C/ATWA4ZuMwOWW7rP6lc4T94CF6!CVPHlxKQYb/cFvIuoCxwvGyRwSRLu7zhtCzhRPyt4yGnbON7ybQZNXckiimyKIclBUcCI2apJuDB!ZDHDW4L6l7YVCQ== X-Complaints-To: abuse@megapath.net X-DMCA-Complaints-To: abuse@megapath.net X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.3.32 Xref: g2news2.google.com comp.lang.ada:7373 Date: 2006-11-06T20:47:50-06:00 List-Id: "Martin Krischik" wrote in message news:1419884.qDfV2Z7bhN@linux1.krischik.com... > ME wrote: > > > What Ada 2005 language update(s) will turn out to have the biggest impact > > on programmer productivity? > > Depends on the field in which the programmer works. I agree with this; real-time programmers have very different requirements than those on desktops or even soft-real time servers. I would probably say "limited with" (because it allows a natural structuring of interrelated packages that wasn't possible in Ada 95) and the containers library (because it makes something powerful available to everyone in a standard way). But it's probably a little early to say (for instance, I haven't used any new Ada features in programs yet). The biggest value may be in something that appears less critical now. Randy.