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.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no 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.227.230 with SMTP id sd6mr3992191pbc.8.1335393039027; Wed, 25 Apr 2012 15:30:39 -0700 (PDT) Path: r9ni98407pbh.0!nntp.google.com!news1.google.com!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail From: Shark8 Newsgroups: comp.lang.ada Subject: Re: What would you like in Ada202X? Date: Wed, 25 Apr 2012 15:30:38 -0700 (PDT) Organization: http://groups.google.com Message-ID: <6248057.774.1335393038724.JavaMail.geo-discussion-forums@ynbp35> References: <3637793.35.1335340026327.JavaMail.geo-discussion-forums@ynfi5> NNTP-Posting-Host: 96.2.54.122 Mime-Version: 1.0 X-Trace: posting.google.com 1335393038 9478 127.0.0.1 (25 Apr 2012 22:30:38 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Wed, 25 Apr 2012 22:30:38 +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=96.2.54.122; posting-account=lJ3JNwoAAAAQfH3VV9vttJLkThaxtTfC User-Agent: G2/1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Date: 2012-04-25T15:30:38-07:00 List-Id: On Wednesday, April 25, 2012 2:47:06 AM UTC-5, Martin wrote: > 2) parallel loops / functions This could already be done with a implementation-specific pragma, applied t= o a named loop; no? Granted, it's not in-the-language, but it sounds like exactly the sort of t= hing that implementation-specific pragmas should be used for: tweaking code= generation. (And this format would comply by not altering the legality of = the program.) > 3) Multiple dispatch Listening to Dmitri talk on this, I think that subject needs a lot of thoug= ht put into it BEFORE putting it into the language. Especially because you = get M*N operations {where M and N are the number of objects in a Type'Class= , and may increase because of further inheritance}... and that's only with = two base-classes.