Category:REXX: Difference between revisions

Content added Content deleted
m (added wording to REXX language description.)
m (added periods to some text.)
Line 5: Line 5:
| exec=interpreted
| exec=interpreted
| express=inferred
| express=inferred
| gc=allowed (and in most versions of REXX, it is automatic, but garbage collection isn't mandated)
| gc=allowed  (and in most versions of REXX, it is automatic, but garbage collection isn't mandated).
| safety=safe
| safety=safe
| strength=strong
| strength=strong
Line 13: Line 13:
| parampass=value
| parampass=value
| untyped=yes
| untyped=yes
| intended=general, application, algorithms, scripting, host/sub─system scripting/interfacing, data/text processing, programming as a human activity
| intended=general, application, algorithms, scripting, host/sub─system scripting/interfacing, data/text processing, programming as a human activity.
| goal=designed to make programming easier;  to foster high quality programs by making writing them as simple and enjoyable as possible;  designing each part of the language for people to use is more important than providing easy implementation;  follows the principle of least astonishment [https://en.wikipedia.org/wiki/Principle_of_least_astonishment (POLA)]. }}
| goal=designed to make programming easier;  to foster high quality programs by making writing them as simple and enjoyable as possible;  designing each part of the language for people to use is more important than providing easy implementation;  follows the principle of least astonishment [https://en.wikipedia.org/wiki/Principle_of_least_astonishment (POLA)]. }}