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,511cf570a0f37309,start X-Google-Attributes: gid103376,public From: Matthew Heaney Subject: ANNOUNCE: Visitor Pattern Posted Date: 1998/11/26 Message-ID: #1/1 X-Deja-AN: 415838819 Sender: matt@mheaney.ni.net NNTP-Posting-Date: Thu, 26 Nov 1998 01:30:43 PDT Newsgroups: comp.lang.ada Date: 1998-11-26T00:00:00+00:00 List-Id: I just posted, to the Patterns list at the ACM, another example of how to implement the Visitor pattern in Ada95. The example also explores some memory management techniques, including a dispatching deallocator. You can reach the patterns archive by following the links: --> Search --> Search ACM's LISTSERV Archives --> Patterns --> November 1998 Unfortunately, I haven't set up my mailer correctly, so the example I posted doesn't have a subject. Just look on the November 1998 page, and you'll see it. You can subscribe to the patterns list at ACM by sending the message body: subscribe patterns to the address . I've been converting the examples in the GoF book to Ada95, and I gave a brief presentation to the Patterns WG during the SIGAda conference a couple of weeks ago. This is some of the material I prepared for that meeting. Matt