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: a07f3367d7,f135b0b2991e6686 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news1.google.com!news2.google.com!volia.net!news2.volia.net!feed-A.news.volia.net!news.ecp.fr!news.in2p3.fr!in2p3.fr!feeder1-2.proxad.net!proxad.net!feeder2-2.proxad.net!newsfeed.arcor.de!newsspool4.arcor-online.net!news.arcor.de.POSTED!not-for-mail Date: Wed, 09 Sep 2009 14:12:21 +0200 From: Georg Bauhaus User-Agent: Thunderbird 2.0.0.23 (Macintosh/20090812) MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: C++0x : no 'concepts' References: <0157a9fd-a1b2-473d-bc85-f84911720520@o41g2000yqb.googlegroups.com> In-Reply-To: <0157a9fd-a1b2-473d-bc85-f84911720520@o41g2000yqb.googlegroups.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Message-ID: <4aa79ba6$0$32663$9b4e6d93@newsspool2.arcor-online.net> Organization: Arcor NNTP-Posting-Date: 09 Sep 2009 14:12:22 CEST NNTP-Posting-Host: a66be95c.newsspool2.arcor-online.net X-Trace: DXC=];Jj75\20SXaAeROF2PWMQA9EHlD;3YcR4Fo<]lROoRQ^YC2XCjHcbY^\lXWe7=Z9R;9OJDO8_SKVNSZ1n^B98iZ<:GPZ;WGeJ_ X-Complaints-To: usenet-abuse@arcor.de Xref: g2news2.google.com comp.lang.ada:8244 Date: 2009-09-09T14:12:22+02:00 List-Id: Martin schrieb: > Crickey! How glad am Ada has strong typing and a generic contract > model!! > > http://www.ddj.com/cpp/218600111 > > And that was going to make life 'simpler'!?!?!? Just saw this, addressing the question: "The current definition of concepts and requirements for use drowns the programmer in complexities of a magnitude not warranted by the need to express type-checked 9constrained) generic programming." From: Simplifying the use of concepts, linked in the article. - Fantasizing, could we have, in Ada, - recursive instantiations of pure generics? - an optional Compiler package?