Path: utzoo!utgpu!water!watmath!clyde!att!osu-cis!tut.cis.ohio-state.edu!mailrus!ames!vsi1!altnet!uunet!portal!cup.portal.com!James_E_Gary From: James_E_Gary@cup.portal.com Newsgroups: comp.sys.amiga Subject: Re: Arexx Message-ID: <8480@cup.portal.com> Date: 27 Aug 88 02:29:24 GMT References: <2192@m2-net.UUCP> <8370@cup.portal.com> Distribution: na Organization: The Portal System (TM) Lines: 15 XPortal-User-Id: 1.1001.2803 It is hard to put it into few words. AREXX is a full featured programming language that communicates very well with the operating system. You could think of it as a very fancy 'macro' language. If fact if you get WShell, then you will probably never write another 'execute' script. You get all the file handling, procedures, parameters, etc. that you expect from a programming language, but it is trivial to issue commands to the CLI also. The integration to other programs is almost like another product. AREXX can send commands to other programs as easily as to the CLI, and with the library and header files that come with AREXX it is very easy to make your program communicate with AREXX. And of course, any two programs that communicate with AREXX can be glued together through an AREXX program. As more software sports an AREXX interface, your system becomes highly integrated and customizable. Even without AREXX interfaces, programs that are controllable through command lines are easily accessible. -James