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,2beee871357c199d X-Google-Attributes: gid103376,public From: "David C. Hoos, Sr." Subject: Re: need editor Date: 1999/09/08 Message-ID: <7r67hm$mi2@hobbes.crc.com>#1/1 X-Deja-AN: 522620656 References: <37d005ee.0@10.1.254.4> <37D54437.3D9108C5@res.raytheon.com> Organization: Coleman Research Corporation X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Newsgroups: comp.lang.ada Date: 1999-09-08T00:00:00+00:00 List-Id: John J Cupak Jr wrote in message news:37D54437.3D9108C5@res.raytheon.com... > Elmo, > > I dunno about others, but I've found that the GRASP/pcGRASP editors are great > for editing, compiling, and linking Ada95 code. > > Look at: > > http://www.eng.auburn.edu/department/cse/research/grasp/ > > for more info. > > Yours in Ada, > John Grasp certainly has its value -- e.g., the CSDs are very useful. But I find for editing, and general navigation, the ability of the emacs Ada-mode to format the code in a uniform style, to jump to declarations, to produce templates for Ada constructs, and in general to do things in an Ada-aware manner makes for much greater productivity. To be sure, to take advantage of these features does require some learning, but .. there's no free lunch.