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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,6f5b2492706ae02d X-Google-Attributes: gid103376,public X-Google-Thread: 106c43,6f5b2492706ae02d X-Google-Attributes: gid106c43,public From: Matthew Heaney Subject: Re: Design Patterns in Ada95 ? Date: 1999/03/01 Message-ID: #1/1 X-Deja-AN: 449693328 Sender: matt@mheaney.ni.net References: <36BB3400.23647D67@club-internet.fr> NNTP-Posting-Date: Sun, 28 Feb 1999 16:42:13 PDT Newsgroups: comp.lang.ada,comp.lang.object Date: 1999-03-01T00:00:00+00:00 List-Id: Philippe Dalleau writes: > I would like to get some references about some > implementations in Ada 95 - if any -of the "Design > Patterns". Take at look at the patterns archive at ACM: I've been converting the C++/Smalltalk examples in the Design Patterns book to Ada95, but I also show lots of Ada idioms for solving common problems. My most recent posts have been about implementations of reference-counted lists, collections of items that don't have assignment, and smart pointers. You can subscribe to the patterns list by sending the message (body) subscribe patterns to the ACM mail-list server. You can also subscribe from the web page.