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,81bb2ce65a3240c3 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.68.223.40 with SMTP id qr8mr6643396pbc.0.1336655699881; Thu, 10 May 2012 06:14:59 -0700 (PDT) Path: pr3ni9994pbb.0!nntp.google.com!news2.google.com!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail From: Martin Newsgroups: comp.lang.ada Subject: Re: What would you like in Ada202X? Date: Thu, 10 May 2012 06:13:37 -0700 (PDT) Organization: http://groups.google.com Message-ID: <4264300.269.1336655617500.JavaMail.geo-discussion-forums@vbep19> References: <3637793.35.1335340026327.JavaMail.geo-discussion-forums@ynfi5> NNTP-Posting-Host: 20.133.0.8 Mime-Version: 1.0 X-Trace: posting.google.com 1336655699 15208 127.0.0.1 (10 May 2012 13:14:59 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Thu, 10 May 2012 13:14:59 +0000 (UTC) In-Reply-To: <3637793.35.1335340026327.JavaMail.geo-discussion-forums@ynfi5> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=20.133.0.8; posting-account=g4n69woAAACHKbpceNrvOhHWViIbdQ9G User-Agent: G2/1.0 Content-Type: text/plain; charset=ISO-8859-1 Date: 2012-05-10T06:13:37-07:00 List-Id: On Wednesday, April 25, 2012 8:47:06 AM UTC+1, Martin wrote: > Ok, we don't officially have Ada2012 yet but as no new features are going to be added to it, now seems like a good time to start thinking about the next revision. > > My starters for 10 are: > > 1) 1st class functions / lambdas > 2) parallel loops / functions > 3) Multiple dispatch > > -- Martin Another triviality... Adding a Put_Line to all the generic nested packages in Ada.Text_IO. -- Martin