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=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.13.223.88 with SMTP id i85mr2304437ywe.49.1438344950844; Fri, 31 Jul 2015 05:15:50 -0700 (PDT) X-Received: by 10.140.98.117 with SMTP id n108mr18346qge.23.1438344950827; Fri, 31 Jul 2015 05:15:50 -0700 (PDT) Path: buffer2.nntp.dca1.giganews.com!border2.nntp.dca1.giganews.com!border1.nntp.dca1.giganews.com!nntp.giganews.com!z61no4388012qge.0!news-out.google.com!78ni1085qge.1!nntp.google.com!z61no4388008qge.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Fri, 31 Jul 2015 05:15:50 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=81.203.145.32; posting-account=AFCLjAoAAABJAOf_HjgEEEi3ty-lG5m2 NNTP-Posting-Host: 81.203.145.32 References: <2df4698f-4c8e-457c-822d-209cb2f8ab5e@googlegroups.com> <014427b1-ff7a-4a69-82e6-0330af77ed96@googlegroups.com> <91f88d79-197c-419f-84a8-908e05967a2c@googlegroups.com> <135c2b00-d13c-4f5d-a586-8aca442d363b@googlegroups.com> <87380683vc.fsf@adaheads.sparre-andersen.dk> <347c6be9-c918-4bc0-9494-c93cd6740def@googlegroups.com> <4cb32c40-f659-490d-bbb6-73585fc069e8@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <4a583f34-d3cf-41ce-991b-a608064cc30c@googlegroups.com> Subject: Re: Running a preprocessor from GPS? From: EGarrulo Injection-Date: Fri, 31 Jul 2015 12:15:50 +0000 Content-Type: text/plain; charset=ISO-8859-1 Xref: number.nntp.giganews.com comp.lang.ada:194572 Date: 2015-07-31T05:15:50-07:00 List-Id: On Friday, July 31, 2015 at 1:28:11 PM UTC+2, Brian Drummond wrote: > I have sometimes felt it would be useful to translate some of the > standard programming texts into Ada - some of the GoF "Design Patterns" > turn out to be utterly trivial in Ada; some others have been covered ad- > hoc in the "Gems" series, in other cases I'm not clear which of several > approaches would be most appropriate. Indeed, this has been done for dynamic languages: http://norvig.com/design-patterns/