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 autolearn=unavailable autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!.POSTED!not-for-mail From: Paul Rubin Newsgroups: comp.lang.ada Subject: Re: Why .ads as well as .adb? Date: Sat, 08 Jun 2019 17:43:22 -0700 Organization: A noiseless patient Spider Message-ID: <87tvczvb9x.fsf@nightsong.com> References: <28facad3-c55f-4ef2-8ef8-004925b7d1f1@googlegroups.com> <87woi0xtwm.fsf@nightsong.com> <4a0438de-1f1d-4469-aae4-908854d378ea@googlegroups.com> <47d02bdc-6b50-43aa-bc5d-bb5b6225f5bd@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: reader02.eternal-september.org; posting-host="c94d176a6ea1d57d23efb185ccb2a0e8"; logging-data="13503"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX195ZBr6Lo/MRVE8iTUndBRW" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) Cancel-Lock: sha1:Z27niBRYrPA/5FcgqrRIkorkcOo= sha1:Bpq0jjdAurIX6DPxzuaMfXAy30M= Xref: reader01.eternal-september.org comp.lang.ada:56570 Date: 2019-06-08T17:43:22-07:00 List-Id: Optikos writes: > And the leadership of the C++ community never has embraced AOP aspect > weaving. AOP is one of the few paradigms that C++ has not attempted > (obtusely) to mimic. I think I've heard of some horrendous hacks to do this with C++ templates. But I don't understand what AOP actually is, really. Does Ada have anything like it?