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.1 required=5.0 tests=BAYES_00, PP_MIME_FAKE_ASCII_TEXT 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!news1.google.com!news.glorb.com!border1.nntp.dca.giganews.com!nntp.giganews.com!local1.nntp.dca.giganews.com!nntp.megapath.net!news.megapath.net.POSTED!not-for-mail NNTP-Posting-Date: Fri, 03 Sep 2004 18:47:03 -0500 From: "Randy Brukardt" Newsgroups: comp.lang.ada References: <7g2_c.102478$dP1.364156@newsc.telia.net> Subject: Re: Advanced scripting languages (was: Learning Ada83) Date: Fri, 3 Sep 2004 18:47:58 -0500 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300 Message-ID: NNTP-Posting-Host: 64.32.209.38 X-Trace: sv3-kscs0lnSPxwi2gdXzaoFCkNJxpyBpGcHgP96zxgBaqoiZ642dO1GP81lJWnmC2AC0NqaybkbmTdkBq4!6Ib7xZRwCoJipdU2/KEp2pZG3Ws4sYzjx0tX/ZnFb4ZCUeUZQIeNpvjTK0akWCSrQnQl1XEKezEv X-Complaints-To: abuse@megapath.net X-DMCA-Complaints-To: abuse@megapath.net X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.3.13 Xref: g2news1.google.com comp.lang.ada:3310 Date: 2004-09-03T18:47:58-05:00 List-Id: "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... Randy.