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,FREEMAIL_FROM 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,UTF8 Received: by 10.68.236.170 with SMTP id uv10mr2054022pbc.4.1335340910043; Wed, 25 Apr 2012 01:01:50 -0700 (PDT) Path: r9ni96126pbh.0!nntp.google.com!news2.google.com!goblin2!goblin.stu.neva.ru!aioe.org!.POSTED!not-for-mail From: =?utf-8?Q?Yannick_Duch=C3=AAne_=28Hibou57?= =?utf-8?Q?=29?= Newsgroups: comp.lang.ada Subject: Re: What would you like in Ada202X? Date: Wed, 25 Apr 2012 10:01:48 +0200 Organization: Ada @ Home Message-ID: References: <3637793.35.1335340026327.JavaMail.geo-discussion-forums@ynfi5> NNTP-Posting-Host: CATbxVllKO9mIHjZc+lTYw.user.speranza.aioe.org Mime-Version: 1.0 X-Complaints-To: abuse@aioe.org User-Agent: Opera Mail/11.62 (Linux) X-Notice: Filtered by postfilter v. 0.8.2 Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes Content-Transfer-Encoding: Quoted-Printable Date: 2012-04-25T10:01:48+02:00 List-Id: Hi, very good topic :-D Le Wed, 25 Apr 2012 09:47:06 +0200, Martin a =C3=A9= crit: > Ok, we don't officially have Ada2012 No, we still don't, as long as compiler support is=E2=80=A6 well, not pe= rfect. > 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 Mine: 1) in/out specification at call place (as a recall, for explicitness, ju= st = like named parameters are) 2) coroutine (well, resume next invocation at the place it previously = returned, with all locals preserved) (*) 3) SML signature=E2=80=91like for package (ability to write a specificat= ion of = what minimal requirements other package have to specify at least) 4) constant as anonymous functions (just like enumeration items are) (**= ) 5) + the somethings I forget I will recall some later day. Cheese! :-D (*) You can fake it with task, but that cost a lot! (**) May break backward compatibility? Actually, you can fake it using = function just returning always the same value, but that's source bloat a= nd = that's ugly. -- = =E2=80=9CSyntactic sugar causes cancer of the semi-colons.=E2=80=9D [1] =E2=80=9CStructured Programming supports the law of the excluded muddle.= =E2=80=9D [1] [1]: Epigrams on Programming =E2=80=94 Alan J. =E2=80=94 P. Yale Univers= ity