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,84bf0ec36cf20893 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-05-15 05:56:40 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!wn1feed!worldnet.att.net!204.127.198.203!attbi_feed3!attbi.com!rwcrnsc54.POSTED!not-for-mail From: "Steve Doiel" Newsgroups: comp.lang.ada References: <5ee5b646.0205140618.2d789fc9@posting.google.com> Subject: Re: Would an *AdaScript* language be a good / bad idea? X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Message-ID: NNTP-Posting-Host: 12.225.227.101 X-Complaints-To: abuse@attbi.com X-Trace: rwcrnsc54 1021467399 12.225.227.101 (Wed, 15 May 2002 12:56:39 GMT) NNTP-Posting-Date: Wed, 15 May 2002 12:56:39 GMT Organization: AT&T Broadband Date: Wed, 15 May 2002 12:56:39 GMT Xref: archiver1.google.com comp.lang.ada:24092 Date: 2002-05-15T12:56:39+00:00 List-Id: "Robert Dewar" wrote in message news:5ee5b646.0205140618.2d789fc9@posting.google.com... [snip] > > At ACT we use (full) Ada as a scripting language all the time. The > advantages of strong typing etc apply perfectly well in this environment > as well. Our only problems with scripts are the old ones written in junk > untyped languages like shell scripts :-) Your definition of "scripting language" is certainly different from mine. I did a google search to find a definition and found: http://hotwired.lycos.com/webmonkey/glossary/scripting.html which is consistant with how I would describe a scripting language. While I agree that anything that may be done with a scripting language may also be done with a general purpose compiled language, IMHO they are not the same thing. SteveD