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,c56a86f3a4e16d06 X-Google-Attributes: gid103376,public From: Lao Xiao Hai Subject: Re: Does anyone use Anna? Date: 2000/11/25 Message-ID: <3A1FEFD5.38505ACE@ix.netcom.com>#1/1 X-Deja-AN: 697635116 Content-Transfer-Encoding: 7bit References: <8v8pii$dvo$1@nnrp1.deja.com> <3A19172D.ACCA08BB@earthlink.net> <3A1AAFDE.1FABDD6B@home.com> <3A1AE30E.C57724E8@home.com> <3A1C0A74.39A576B@home.com> <004d01c0567b$cd4e49c0$b0375140@Fudge> X-Accept-Language: en X-Server-Date: 25 Nov 2000 17:03:46 GMT Content-Type: text/plain; charset=us-ascii Organization: MindSpring Enterprises Mime-Version: 1.0 Newsgroups: comp.lang.ada Date: 2000-11-25T17:03:46+00:00 List-Id: JF Harrison wrote: > Hi, > While searching through Amazon.com I found the following text: "Anna : A > Language for Annotating Ada Programs : A Reference Manual (Lecture Notes in > Computer Science, Vol 260)" by David Luckham. Is this used much in the > industry? If not, does it look like it will be? > > Regards, > JF Harrison The Center for Reliable Computing at Stanford University had some researchers, Doug Bryan and Geoff Mendal, working on ANNA. Both have left the Ada community and there seems to be no effort currently in place. I don't think ANNA has ever been updated to correspond to Ada 95. This would make a really good research project for someone if there were any possibility of getting it funded. Richard Riehle > > From the book description at > http://www.amazon.com/exec/obidos/ASIN/0387179801/qid=975111777/sr=1-4/104-1 > 905124-4917565 > > "ANNA is a language extension of ADA to include facilities for formally > specifying the intended behavior of ADA programs. It is designed to meet a > perceived need to augment ADA with precise machine-processable annotations > so that well established formal methods of specification and documentation > can be applied to ADA programs. The current ANNA design includes annotations > of all ADA constructs except tasking. Similar extensions for formal > specification can be made to other Algol-like languages such as Pascal, > PL/1, Concurrent Pascal, and Modula; essentially, these extensions would be > subsets of ANNA. The design of ANNA was undertaken from the beginning with > four principal considerations: 1. Constructing annotations should be easy > for the ADA programmer and should depend as much as possible on notation and > concepts of ADA. 2. ANNA should possess language features that are widely > used in the specification and documentation of programs. 3. ANNA should > provide a framework within which the various established theories of > formally specifying programs may be applied to ADA. 4. Annotations should be > equally well suited for different possible applications during the life > cycle of a program. Such applications include not only testing, debugging > and formal verification of a finished program, but also specification of > program parts during the earlier stages of requirements analysis and program > design."