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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,beb0b7471c6440e3 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-11-27 00:28:54 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news.tele.dk!small.news.tele.dk!130.133.1.3!fu-berlin.de!uni-berlin.de!tar-alcarin.cbb-automation.DE!not-for-mail From: dmitry@elros.cbb-automation.de (Dmitry A. Kazakov) Newsgroups: comp.lang.ada Subject: Re: 'Cyclone', a safer C--reinventing the wheel Date: Tue, 27 Nov 2001 08:28:52 GMT Message-ID: <3c034c88.494656@News.CIS.DFN.DE> References: <3BFA4095.8325D016@earthlink.net> <27085883.0111201750.234ce321@posting.google.com> NNTP-Posting-Host: tar-alcarin.cbb-automation.de (212.79.194.111) X-Trace: fu-berlin.de 1006849733 5430679 212.79.194.111 (16 [77047]) X-Newsreader: Forte Free Agent 1.21/32.243 Xref: archiver1.google.com comp.lang.ada:17026 Date: 2001-11-27T08:28:52+00:00 List-Id: On Mon, 26 Nov 2001 10:42:54 GMT, "Mark Lundquist" wrote: > >"Brian Rogoff" wrote in message >news:Pine.BSF.4.10.10111220030230.12326-100000@bpr.best.vwh.net... >> One of the interesting aspects of Cyclone which we >> may see in Ada 200X (well Tucker Taft said we may anyways) is region based >> memory management. Then I'll post a "Ada 0X : reinventing the wheel" >message :-) > >Another area where I'd like to see Ada 0X "reinvent the wheel" is in the >area of generics. > >In the Ada world we do tend to view C++ templates as just an inferior >knockoff of Ada generics. But they do have some good things going for them. >I don't think that Ada generics should be like C++ templates in general, but >I do think that Ada or an Ada-like language should have something like >template specialization / partial specialization in C++. I think it would be better to review tagged types and provide user-written compile-time subroutines to reduce use of generics. Regards, Dmitry Kazakov