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.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,57c5412f281db3e9 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII Path: g2news1.google.com!postnews2.google.com!not-for-mail From: kevin.cline@gmail.com (Kevin Cline) Newsgroups: comp.lang.ada Subject: Re: Advanced scripting languages (was: Learning Ada83) Date: 4 Sep 2004 20:28:16 -0700 Organization: http://groups.google.com Message-ID: References: <7g2_c.102478$dP1.364156@newsc.telia.net> NNTP-Posting-Host: 170.215.189.146 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1094354896 26162 127.0.0.1 (5 Sep 2004 03:28:16 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sun, 5 Sep 2004 03:28:16 +0000 (UTC) Xref: g2news1.google.com comp.lang.ada:3323 Date: 2004-09-04T20:28:16-07:00 List-Id: "Randy Brukardt" wrote in message news:... > "Bj�rn Persson" wrote in message > news:7g2_c.102478$dP1.364156@newsc.telia.net... > Marius Amado Alves wrote: > > >>> It would also be useful and practical to learn one of the advanced > >>> scripting languages like Perl or Python or Ruby.... > >> > >> Wow, they're *advanced* scripting languages now! > > > >Sure, a *lot* more advanced than bat files. ;-) > > That's funny, because if it's complicated enough that I can't write a batch > file to do it, I'll generally write it in Ada. Bat has If and Goto, and that > is enough for simple tasks. Beyond that, I want to be able to fix it and be > able to insure that it works... Strong typing is handy, but it's not enough to ensure that something works. Ada has it's strengths, but it's not the tool for every job. Why would you spend an hour writing 50 or 100 lines of Ada code when five minutes and a five-line Perl script would do the job?