See evaluations for the evaluation criteria.
The behavior of each command is defined; whether or not it's active in server mode, and how it behaves in extrodinary conditions.
All application commands are available to an ARexx script. None of the Intution facilities are available, except indirectly. Provides a server mode for scripts that wish to use that capability.
The commands look like Rexx commands, the strings can look like Rexx strings, but may look entirely different. The commands are the same as used by either the command interface or the internal scripting language.
The commands are words, with other words as options. The string quoting mechanism is not quite what Rexx uses, but provides sufficient alternatives that this shouldn't be a problem. The only drawback is that scripts written using abbreviations may not be very readable.
On to Designing the language, back to the AmigaVision evaluation, or up to evalutions.
Mike W. Meyer