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=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,f51e93dacd9c7fca X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-06-19 07:53:24 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!canoe.uoregon.edu!hammer.uoregon.edu!skates!not-for-mail From: Stephen Leake Newsgroups: comp.lang.ada Subject: Re: status of Ada STL? Date: 19 Jun 2002 10:52:09 -0400 Organization: NASA Goddard Space Flight Center (skates.gsfc.nasa.gov) Message-ID: References: <3d0ce154_5@news.bluewin.ch> NNTP-Posting-Host: anarres.gsfc.nasa.gov Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: skates.gsfc.nasa.gov 1024498795 12195 128.183.220.71 (19 Jun 2002 14:59:55 GMT) X-Complaints-To: usenet@news.gsfc.nasa.gov NNTP-Posting-Date: 19 Jun 2002 14:59:55 GMT User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 Xref: archiver1.google.com comp.lang.ada:26382 Date: 2002-06-19T14:59:55+00:00 List-Id: 18k11tm001@sneakemail.com (Russ) writes: > I'm a pretty good programmer in C++ and Python, and I'm trying to > learn Ada too. I constantly forget to put in the colon and have to go > back and put it in. It's a minor nuisance, yes, but a totally > unnecessary nuisance. To make it even more minor, use my 'gnat-fix-error.el', available from http://users.erols.com/leakstan/Stephe/emacs/index.html. It recognizes many syntax-type errors reported by gnat, and can automatically fix them (including this one). Requires Emacs. Productivity does depend on proper tools. Emacs is one, Ada is another. -- -- Stephe