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-02 14:43:15 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news.tele.dk!small.news.tele.dk!148.122.208.68!news2.oke.nextra.no!nextra.com!news1.oke.nextra.no.POSTED!not-for-mail Message-ID: <3BBA33E0.88DA3ADF@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: <3BB8DB0C.A4708D1C@online.no> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit NNTP-Posting-Host: 130.67.226.67 X-Complaints-To: news-abuse@nextra.no NNTP-Posting-Date: Tue, 02 Oct 2001 23:43:05 MET DST X-Trace: readme.online.no 1002058985 130.67.226.67 Date: Tue, 02 Oct 2001 22:38:40 +0100 Xref: archiver1.google.com comp.lang.ada:13655 Date: 2001-10-02T22:38:40+01:00 List-Id: minyard@acm.org wrote: > I didn't see this, but it looks pretty cool. I'm not sure this is > really the same as my command processor, mine is more like a command > processor you can link into your program and build debug/control > commands into your program. It looks like BUSH is a full-fledged > shell. But if it can replace my simplistic thing, that would be > great. If you have a command interpreter which can load and use shared libraries (DLLs in windowspeak) then you may not need to embed the interpreter. And you avoid having to recompile the interpreter every time you need to add a facility. This seems to work very well with OS/2 Rexx. In my opinion the language itself is crap, but the dynamic library handling is well worth stealing. Greetings,