Re: Interpreters: Summary

jesup@cbmvax.cbm.commodore.com (Randell Jesup)
Sat, 23 Nov 91 15:14:22 GMT

          From comp.compilers

Related articles
Re: Interpreters (and now, byte code standards) nick@nsis.cl.nec.co.jp (1991-11-15)
Interpreters: Summary nick@nsis.cl.nec.co.jp (1991-11-21)
Re: Interpreters: Summary jesup@cbmvax.cbm.commodore.com (1991-11-23)
| List of all articles for this month |

Newsgroups: comp.compilers
From: jesup@cbmvax.cbm.commodore.com (Randell Jesup)
Keywords: interpreter, design
Organization: Commodore, West Chester, PA
References: 91-11-054 91-11-084
Date: Sat, 23 Nov 91 15:14:22 GMT

nick@nsis.cl.nec.co.jp (Gavin Thomas Nicol) writes:
> The following is a summary of email responses to the recent question
>about the best way to implement an Application Extension Language Interpreter.


5) YOU SHOULD USE REXX
Rexx is part of IBM's SAA, and is also a standard part of the Amiga OS
version 2.0x. It was designed to be very usable by non-programmers (including
secretaries, such as at the Stanford Linear Accelerator (SLAC)). Many of the
staff and secretaries use it there. It's designed to talk to multiple
applications - for example, at SLAC, it's often acting as an intermediary
between an text editor (such as microemacs), a TeX previewer, and a Tek
terminal emulator.


Rexx is also available for PC's running msdos, though you don't get
the multitasking features of ARexx.


Calishaw's book on Rexx is available in bookstores. Ask in
comp.lang.rexx for ISBN if you need it or want more info.
[Are there inexpensive versions available that one could build into an
application? -John]
--


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.