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,6438fcbce5a24e6e X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-10-01 14:12:15 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news.tele.dk!small.news.tele.dk!195.158.233.21!news1.ebone.net!news.ebone.net!news1.fra.nextra.com!news2.oke.nextra.no!nextra.com!news1.oke.nextra.no.POSTED!not-for-mail Message-ID: <3BB8DB0C.A4708D1C@online.no> From: "Tarjei Tj�stheim Jensen" Organization: Jensen programvareutvikling X-Mailer: Mozilla 4.04 [en] (OS/2; I) MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: Ada telnet protocol engine References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit NNTP-Posting-Host: 130.67.225.218 X-Complaints-To: news-abuse@nextra.no NNTP-Posting-Date: Mon, 01 Oct 2001 23:12:13 MET DST X-Trace: readme.online.no 1001970733 130.67.225.218 Date: Mon, 01 Oct 2001 22:07:24 +0100 Xref: archiver1.google.com comp.lang.ada:13597 Date: 2001-10-01T22:07:24+01:00 List-Id: minyard@acm.org wrote: > I'm also planning to work on a command processor that can sit on top of > an Ada stream (like the telnet protocol engine, for instance). Somebody beat you to it. I quote from a recent announcement from Ken O. Burtch on the gnatlist: In the next day I will be posting the source code for my AdaScript shell BUSH. This should be considered a release candidate and I'm looking for any obvious bugs that need fixing prior to the official release of version 0.8. BUSH is available at http://www.vaxxine.com/pegasoft. BUSH is a Linux/UNIX shell which uses a subset of Ada 95. Version 0.8 is a major upgrade over 0.1, and many sections of the source code have been completely rewritten. New features are too numerous to list, but include: * works as a login shell * standard Text_IO, numeric and string functions implemented * while, case, loop, enumerated for loop implemented * TCP/IP sockets * much greater reliability and performance * better documentation and improved help command * no longer a front-end to BASH, now a true shell * sample shell script: Eliza, the famous AI program Address any feedback to kburtch@sympatico.ca along with examples to duplicate any problems. Thanks. Ken O. Burtch: System Manager in a Box / Lintel : Pegasoft http://www.vaxxine.com/pegasoft;ken@tiamet.vaxxine.com: R.R.#1 Bio: 34;BSc,UI,Lang,Games;Toons,Elves,SF,Pizza;Xian : Jordan Station, ON ``````````````````````````````````````````````````````` Canada L0R 1S0 end of quote. Greetings,