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.4 required=5.0 tests=BAYES_00,FORGED_MUA_MOZILLA autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,e5bcee954d4dd021 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.68.16.35 with SMTP id c3mr6844834pbd.6.1319922158354; Sat, 29 Oct 2011 14:02:38 -0700 (PDT) Path: p6ni27083pbn.0!nntp.google.com!news1.google.com!npeer01.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!post01.iad.highwinds-media.com!newsfe03.iad.POSTED!00000000!not-for-mail From: Brad Moore User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:7.0.1) Gecko/20110929 Thunderbird/7.0.1 MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: ANNOUNCE: Paraffin 2.0 for GNAT and ICC Ada 2005 compilers References: <82zkgjoqcn.fsf@stephe-leake.org> In-Reply-To: <82zkgjoqcn.fsf@stephe-leake.org> Message-ID: NNTP-Posting-Host: 184.64.75.84 X-Complaints-To: internet.abuse@sjrb.ca X-Trace: newsfe03.iad 1319922073 184.64.75.84 (Sat, 29 Oct 2011 21:01:13 UTC) NNTP-Posting-Date: Sat, 29 Oct 2011 21:01:13 UTC Date: Sat, 29 Oct 2011 15:01:11 -0600 Xref: news1.google.com comp.lang.ada:18756 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Date: 2011-10-29T15:01:11-06:00 List-Id: On 29/10/2011 7:54 AM, Stephen Leake wrote: > Brad Moore writes: > >> I am pleased to announce the availability of Paraffin 2.0. >> >> Paraffin is a suite of generics for Ada 2005 that can add parallelism >> to loops and recursive algorithms. > > Interesting. > >> You can get the source code from SourceForge: >> https://sourceforge.net/projects/paraffin/files/ > > I suggest it would be helpful if the examples included instantiating the > generics. The current examples illustrate the patterns, but don't > motivate the use of generics. > Thanks for the suggestion. I added instantiation code to the examples in the README file, as well as added some recursive examples to the README. This resulted in a new minor release paraffin.2.0a which is mostly just an update to the README file, plus eliminating old dead comments in the code. Note also, that if you build the test driver for paraffin, it runs these examples, plus many more. You can of course, view the test code, to see these examples in their entirety. Brad Moore