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-Thread: 103376,a4d219b87cdeba25 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news4.google.com!border1.nntp.dca.giganews.com!border2.nntp.dca.giganews.com!nntp.giganews.com!peer01.cox.net!cox.net!p01!dukeread01.POSTED!53ab2750!not-for-mail From: David Emery User-Agent: Mozilla Thunderbird 1.0.5 (Macintosh/20050711) X-Accept-Language: en-us, en MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: Ada script, anyone References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Message-ID: Date: Sat, 17 Dec 2005 19:14:00 -0500 NNTP-Posting-Host: 24.249.249.75 X-Complaints-To: abuse@cox.net X-Trace: dukeread01 1134864795 24.249.249.75 (Sat, 17 Dec 2005 19:13:15 EST) NNTP-Posting-Date: Sat, 17 Dec 2005 19:13:15 EST Organization: Cox Communications Xref: g2news1.google.com comp.lang.ada:6911 Date: 2005-12-17T19:14:00-05:00 List-Id: Seems to me that a strongly-typed Python interpreter would come pretty close... dave Xcriber51 wrote: > Hi > > This will probably be a (slightly?) absurd question, but is there an Ada > (script) interpreter? > > The reason I'm asking is I know a C/C++ interpreter which, though it is a > barebones commandline interpreter and does not provide the full comfort of > an integrated IDE (with a debugger, etc.), makes life easier. > > It'd be great to have a tool like the universally ever popular Visual > Basic thing - which most coders I know prefer to everything else - that'd > be as easy to get going and introduce them (or help them side-grade) to > Ada. > > Thanks! > > Ken >