Category:REXX: Difference between revisions

m
added wording to REXX language description.
m (added whitespace.)
m (added wording to REXX language description.)
Line 2:
 
{{language
| strength=strong
| LCT=yes
| exec=interpreted
| gc=allowed (but not mandated)
| express=implicitinferred
| gc=allowed (and in most versions of REXX, it is automatic, but garbage collection isn't mandated)
| safety=safe
| strength=strong
| express=implicit
| standardized=yes
| compat=nominative
| checking=dynamic
| parampass=value}}
| untyped=yes
| 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)]. }}
 
{{Wikipedia|REXX}}