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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,38fc011071df5a27 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-06-09 00:36:08 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!news.stealth.net news.stealth.net!news.stealth.net!cyclone1.gnilink.net!spamkiller2.gnilink.net!nwrdny02.gnilink.net.POSTED!53ab2750!not-for-mail From: Hyman Rosen User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5a) Gecko/20030529 X-Accept-Language: en-us, en MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: Ideas for Ada 200X References: <07yEa.45802$ca5.25203@nwrdny02.gnilink.net> In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Message-ID: Date: Mon, 09 Jun 2003 07:36:06 GMT NNTP-Posting-Host: 162.84.224.133 X-Complaints-To: abuse@verizon.net X-Trace: nwrdny02.gnilink.net 1055144166 162.84.224.133 (Mon, 09 Jun 2003 03:36:06 EDT) NNTP-Posting-Date: Mon, 09 Jun 2003 03:36:06 EDT Xref: archiver1.google.com comp.lang.ada:38850 Date: 2003-06-09T07:36:06+00:00 List-Id: Russ wrote: > Interesting. Where can I learn more about this? Overall, consists of many C++ libraries, a subset of which are being considered for addition to the next version of the Standard. (Ada folks, take heed! Something like this or the fabled Ada0X would be useful.) There is a uBLAS librray there that does linear algebra. I think the most elaborate example of this kind of coding is Todd Veldhuizen's Blitz++, . If you don't look at any others, you have to see this one. It makes most C++ compilers sweat, cry, and fall down. Looking up a bit, lists a ton of C++ numerics libraries (although some of the links are dead.) Then there's POOMA, . CodeSourcery also works on maintaining and updating GCC, so some of the same people may be modifying your Ada compiler!