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=-0.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,bdcd10b70c44f667,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-09-23 07:37:13 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!newsfeed.vmunix.org!newsfeed01.sul.t-online.de!newsmm00.sul.t-online.com!t-online.de!news.t-online.com!not-for-mail From: Martin Krischik Newsgroups: comp.lang.ada Subject: AdaCL 3.3.0 released. Date: Tue, 23 Sep 2003 16:07:09 +0200 Organization: AdaCL Message-ID: <9784304.ZdvQCiDvuY@linux1.krischik.com> Reply-To: krischik@users.sourceforge.net Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit X-Trace: news.t-online.com 1064327722 02 17969 d4wRVxYEStHUns 030923 14:35:22 X-Complaints-To: usenet-abuse@t-online.de X-ID: Xi+XXZZVQeKyImjegum2NSivTUNnLcFFWEbvRcFd22CaVGpPQmu-rQ User-Agent: KNode/0.7.2 Xref: archiver1.google.com comp.lang.ada:42807 Date: 2003-09-23T16:07:09+02:00 List-Id: Hello Notes: This Release freatures new Indefinite Containers. The Indefinite Containers can store more different kind of data. Since they can store Element'Class as well Tagged Containers are not neede any more. Thanks to Matthew Heaney for pointing that out to me. Please see the new Homepage as well. Abstract: AdaCL is a library to write small, script like, programs in Ada. The main task currently implemented are filtering of text files (global search and replace) , execution of external programs (inclusive redirection of standard input and standard output) and command line parsing. In addition AdaCL features a true garbage collector (if you write scripts you don't want to think about memory management) and extensions to the booch components for handling indefinite types. The demo programm sarDo is slowly upgraded to a full featured search and replace tool and used by me on a daily basis. With Regards Martin Krischik -- mailto://krischik@users.sourceforge.net http://www.ada.krischik.com