Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!think.com!sdd.hp.com!news.cs.indiana.edu!arizona.edu!arizona!andrew Newsgroups: comp.misc Subject: Re: REXX Message-ID: <1536@caslon.cs.arizona.edu> From: andrew@cs.arizona.edu (Andrei V. Zaitsev) Date: 26 May 91 03:42:13 GMT Organization: U of Arizona CS Dept, Tucson Keywords: REXX,help Lines: 15 REXX (Restructured EXtended eXecutor) language is implemented under VM/CMS , DOS , Amiga OS and UNIX. The most similar language to REXX is Icon. They both are have 'interpreter ideology'. There is a compiler for REXX , but this language looses some of its excellent features , when compiled. Pointers to REXX literature can be found in comp.lang.rexx newsgroup. REXX is language neither of bussiness nor of mathematical type , so that software developers do not respect it very much. However REXX is an excellent language for system applications and it is undoubtedly better than BATCH in DOS, DCL in VMS and SH in UNIX. Andrew Z. (REXX hacker).