Category:REXX: Difference between revisions

m
added whitespace and some wording.
m (added the names of the persons who wrote the code.)
m (added whitespace and some wording.)
 
(13 intermediate revisions by the same user not shown)
Line 1:
{{language
| LCT=yes
|strength=strong
| exec=interpreted
|LCT=yes
| express=implicitinferred
|gc=allowed
| gc=allowed  (and in most versions of REXX, it is automatic, but garbage collection isn't mandated).
| safety=safe
|express=implicit
| strength=strong
|compat=nominative
| standardized=yes
|checking=dynamic
| compat=nominative
|parampass=value}}
| checking=dynamic
 
| parampass=value}}
{{Wikipedia|REXX}}
| untyped=yes
 
| intended=intended for general, application, algorithms, scripting, host/sub─system scripting/interfacing, data/text processing, programming as a human activity.
 
| goal=the REXX language is 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)]. }}
<cite>REXX (REstructured eXtended eXecutor) is an interpreted programming language which was developed at IBM. &nbsp; It is a structured high-level programming language which was designed to be both easy to learn and easy to read. &nbsp; Both proprietary and open source interpreters for REXX are available on a wide range of computing platforms, and compilers are available for IBM mainframes.</cite>
{{Wikipedia|REXX}}<br>
 
<cite>REXX &nbsp; (REstructured eXtended eXecutor) &nbsp; is an interpreted programming language which was developed at IBM. &nbsp; &nbsp; It is a structured high-level programming language which was designed to be both easy to learn and easy to read. &nbsp; &nbsp; Both proprietary and open source interpreters for REXX are available on a wide range of computing platforms, &nbsp; and compilers are available for IBM mainframes.</cite>
 
 
Line 20 ⟶ 22:
::* &nbsp; <big> <big>R</big><small>EXX </small> </big>
 
::::::: &nbsp; but the primary official spelling is &nbsp; '''REXX'''&nbsp; and is the spelling used here on Rosetta Code.
 
 
The '''REXX''' language was influenced by the computer programming languages: &nbsp; '''ALGOL, &nbsp; PL/I, &nbsp; EXEC,''' &nbsp;and&nbsp; '''EXEC 2.'''
* '''[[wp:ARexx|ARexx]]''' is a classic REXX implementation (with extensions) for the AmigaOS, given in bundle since AmigaOS 2. &nbsp; (Regina REXX has specific support for the extended functions that were introduced in ARexx.) &nbsp; ARexx was written in 1987 by William S. Hawes.
 
<big><big>Versions of REXX:</big></big>
* '''[[Brexx]]''' a classic REXX written by Vassilis N. Vlachoudis, it is free and it's open source and available under the GNU General Public License.
* '''[[wp:ARexx|ARexx]]''' &nbsp; is a classic REXX implementation (with extensions) for the AmigaOS, &nbsp; given in bundle since AmigaOS 2. &nbsp; (Regina REXX has specific support for the extended functions that were introduced in ARexx.) &nbsp; ARexx was written in 1987 by William S. Hawes.
 
* '''[[CRX REXX]]''' (Compact REXX) is a classic REXX first written by Dr. Brian Marks.
 
* '''[[CTC REXXBrexx]]''' is&nbsp; a classic REXX that is bundled with PC/SPF and written by CommandVassilis TechnologyN. CorporationVlachoudis, a license is required to use this product. &nbsp; Thisit versionis of REXX can only be used under PC/SPFfree and it's panels.open &nbsp;source PC/SPFand resemblesavailable under the IBMGNU programGeneral product SPF (which has other names andPublic versions)License.
 
 
* '''[[CRX REXX]]''' &nbsp; (Compact REXX) is a classic REXX first written by Dr. Brian Marks.
 
 
* '''[[KEXXCTC REXX]]''' &nbsp; is a subset ofclassic REXX that is bundled with KEDITPC/SPF and written by KevenCommand J. Kearney of MansfieldTechnology Software GroupCorporation, Inc.,&nbsp; a license is required to use this product. &nbsp; KEXXThis version of REXX can only executesbe used under thePC/SPF KEDITand licensedit's productpanels. &nbsp; KEDITPC/SPF isresembles anthe XEDITIBM cloneprogram (anproduct editorSPF from(which IBMhas forother VM/CMSnames programand productsversions).
* '''[[KEXX]]''' is a subset of REXX that is bundled with KEDIT and written by Keven J. Kearney of Mansfield Software Group, Inc., a license is required to use this product. &nbsp; KEXX only executes under the KEDIT licensed product. &nbsp; KEDIT is an XEDIT clone (an editor from IBM for VM/CMS program products).
 
* '''[[MVS/TSO REXXKEXX]]''' &nbsp; is IBM'sa implementationsubset of classic REXX that is bundled with KEDIT and written by Keven J. Kearney of Mansfield Software Group, Inc., a license is required to use thethis product. as&nbsp; wellKEXX asonly theexecutes operatingunder systemthe itKEDIT runslicensed under;product. &nbsp; '''MVS'''KEDIT andis '''TSO'''an areXEDIT usedclone here(an aseditor genericfrom references.IBM for VM/CMS program products).
 
* '''[[MVS/TSO REXX compiler]]''' is an IBM implementation of classic REXX, a license is required to use this product as well as the operating system it runs under.
 
* '''[[MVS/TSO REXX]]''' &nbsp; is IBM's implementation of classic REXX, &nbsp; a license is required to use the product as well as the operating system it runs under; &nbsp; '''MVS''' and '''TSO''' are used here as generic references.
* '''[[NetRexx|NetRexx]]''' is IBM's variant of the REXX programming language to run on the Java virtual machine. &nbsp; It supports a classic REXX syntax, with no reserved keywords, along with considerable additions to support Object-oriented programming in a manner compatible with Java's object model, yet can be used as both a compiled and an interpreted language, with an option of using only data types native to the JVM or the NetRexx run-time package. &nbsp; The syntax and object model of NetRexx differ from Object REXX.
 
* '''[https://en.wikipedia.org/wiki/Object_REXX Object REXX]''' is/was an object-oriented scripting language initially produced by IBM for OS/2. &nbsp; It is a follow-on to and a significant extension of the "Classic Rexx" language originally created for the CMS component of VM/SP and later ported to MVS, OS/2 and PC DOS. &nbsp; OS/2 version of IBM Object REXX is deeply integrated with SOM. &nbsp; On October 12, 2004, IBM released Object REXX as open source software, giving rise to Open Object Rexx (ooREXX).
 
* '''[[ooRexx|ooRexxMVS/TSO REXX compiler]]''' (Open Object Rexx)&nbsp; is an IBM implementation of [[wp:Objectclassic REXX|Object REXX]], which&nbsp; a license is REXXrequired withto OOuse featuresthis (someproduct REXXas well as the operating system programsit areruns compatible)under.
 
* '''[[OS/2 REXX]]''' is a classic REXX that is an IBM implementation of classic REXX, a license is required to use this product as well as the operating system it runs under.
 
* '''[[NetRexx|NetRexx]]''' &nbsp; is IBM's variant of the REXX programming language to run on the Java virtual machine. &nbsp; It supports a classic REXX syntax, &nbsp; with no reserved keywords, &nbsp; along with considerable additions to support Object-oriented programming in a manner compatible with Java's object model, &nbsp; yet can be used as both a compiled and an interpreted language, &nbsp; with an option of using only data types native to the JVM or the NetRexx run-time package. &nbsp; The syntax and object model of NetRexx differ from Object REXX and Open Object Rexx.
* '''[[OS/400 REXX]]''' is an IBM implementation of classic REXX, a license is required to use this product as well as the operating system it runs under.
 
* '''[[PC/REXX]]''' is the first classic REXX implemented outside of IBM mainframes, intended for IBM DOS and MS DOS. &nbsp; Written by Mansfield Software Group, Inc., REXX was bundled with KEDIT, a license is required to use this product.
 
* '''[https://en.wikipedia.org/wiki/Object_REXX Object REXX]''' &nbsp; is/was an object-oriented scripting language initially produced by IBM for OS/2. &nbsp; It is a follow-on to and a significant extension of the "Classic Rexx" language originally created for the CMS component of VM/SP and later ported to MVS, OS/2 and PC DOS. &nbsp; OS/2 version of IBM Object REXX is deeply integrated with SOM. &nbsp; On October 12, 2004, &nbsp; IBM released Object REXX as open source software, &nbsp; giving rise to Open<u>O</u>pen Object<u>O</u>bject <u>Rexx</u> (ooREXXooRexx).
* '''[[Personal REXX]]''' is a classic REXX that is intended for IBM DOS and MS DOS, written by Charles Daney of Quercus Systems, a license is required to use this product. &nbsp; It is also known as REXX/Personal.
 
 
* '''[[ooRexx|ooRexx]]''' &nbsp; (Open Object Rexx) &nbsp; is an implementation of &nbsp; [[wp:Object REXX|Object REXX]], &nbsp; which is REXX with OO features &nbsp; (some REXX programs are compatible).
 
 
* '''[[OS/2 REXX]]''' &nbsp; is a classic REXX that is an IBM implementation of classic REXX, &nbsp; a license is required to use this product as well as the operating system it runs under.
 
 
* '''[[OS/400 REXX]]''' &nbsp; is an IBM implementation of classic REXX, &nbsp; a license is required to use this product as well as the operating system it runs under.
 
 
* '''[[PC/REXX]]''' &nbsp; is the first classic REXX implemented outside of IBM mainframes, intended for IBM DOS and MS DOS. &nbsp; Written by Mansfield Software Group, Inc., REXX was bundled with KEDIT, &nbsp; a license is required to use this product.
 
 
* '''[[Personal REXX]]''' &nbsp; is a classic REXX that is intended for IBM DOS and MS DOS, &nbsp; written by Charles Daney of Quercus Systems, &nbsp; a license is required to use this product. &nbsp; It is also known as REXX/Personal.
 
 
* '''Portable REXX''' &nbsp; (see the &nbsp; '''R4 REXX''' &nbsp; entry, below).
* '''[[Regina REXX]]''' is an implementation first created by Anders Christensen (in 1992) and now maintained by others, notably Mark Hessling. &nbsp; Regina REXX runs on more different platforms than any other REXX, too many to name here. &nbsp; It can be downloaded freely.
 
* '''[[ReginaldRegina REXX]]''' &nbsp; is aan REXXimplementation developedfirst created by JeffAnders GlattChristensen (in 1992) and is now maintained by others, notably Mark Hessling. &nbsp; Regina REXX runs on more different platforms than any other REXX, &nbsp; too many to name here. &nbsp; It can be downloaded freely.
 
* '''[[REXX/imc]]''' a classic REXX developed by Ian M. Collier (imc) for Linux/Unix.
 
* '''[[Reginald REXX/Personal]]''' &nbsp; is anothera nameREXX fordeveloped '''Personalby REXX'''Jeff &nbsp;Glatt. &nbsp; (seeIt above)can be downloaded freely.
 
* '''[[ROO oo-REXX]]''' an object-oriented REXX developed by Keith Watts of Kilowatt Software, Inc. &nbsp; &nbsp; It can be downloaded freely. &nbsp; '''ROO''' is also known as '''ROO!'''.
 
* '''[[R4 REXX/imc]]''' &nbsp; a classic REXX developed by KeithIan Watts of Kilowatt Software, IncM. &nbsp;Collier &nbsp;(imc) Itfor was also known as '''Portable REXX'''Linux/Unix. &nbsp; It can be downloaded freely.
 
* '''[[T/REXX, a REXX compiler for CMS]]''' is an implementation of classic REXX written by Lundin and Woodruff (according to Wikipedia).
 
* '''REXX/Personal''' &nbsp; is another name for &nbsp; '''Personal REXX''' &nbsp; &nbsp; (see above).
* '''[[VM/CMS REXX]]''' is an IBM implementation of classic REXX that was first implemented in the early 1980s. &nbsp; A license is required to use this product as well as the operating system that it runs under. &nbsp; This was the original implementation of REXX written (circa 1979) by Mike Cowlishaw of IBM.
 
 
* '''[[ROO oo-REXX]]''' &nbsp; an object-oriented REXX developed by Keith Watts of Kilowatt Software, Inc. &nbsp; &nbsp; It can be downloaded freely. &nbsp; '''ROO''' &nbsp; is also known as &nbsp; '''ROO!'''.
 
 
* '''[[R4 REXX]]''' &nbsp; a classic REXX developed by Keith Watts of Kilowatt Software, Inc. &nbsp; &nbsp; It was also known as '''Portable REXX'''. &nbsp; It can be downloaded freely.
 
 
* '''[[T/REXX, a REXX compiler for CMS]]''' &nbsp; is an implementation of classic REXX written by Leigh Lundin and Mark Woodruff &nbsp; (according to Wikipedia).
 
 
* '''[[VM/CMS REXX]]''' &nbsp; is an IBM implementation of classic REXX that was first implemented (for general use) in the early 1980s. &nbsp; A license is required to use this product as well as the operating system that it runs under. &nbsp; This was the original implementation of REXX written (circa 1979) by Mike Cowlishaw of IBM.
 
 
* '''[[MVSVM/TSOCMS REXX compiler]]''' &nbsp; is an IBM implementation of classic REXX, &nbsp; a license is required to use this product as well as the operating system it runs under.
 
 
 
<br>[Most of the entries were entered mostly from memory and apologies are offered for not knowing more about what wording should be used; &nbsp; the IBM operating systems or Program Products that run REXX are numerous and varied. &nbsp; Their complete (official) names would fill a pageful or two. &nbsp; Some of the REXXes are no longer sold nor available for downloading or purchase, &nbsp; others are no longer maintained. &nbsp; Naming of names is being avoided (especially those licensed products for sale), &nbsp; and it is hoped that this is seen that no products nor vendors are being endorsed, appraised, or critiqued.] &nbsp; &nbsp; &nbsp; -- [[User:Gerard Schildberger|Gerard Schildberger]] 09:28, 1 July 2012 (UTC)
 
* '''[[VM/CMS REXX compiler]]''' is an IBM implementation of classic REXX, a license is required to use this product as well as the operating system it runs under.
 
<br>[Most of the entries were entered mostly from memory and apologies are offered for not knowing more about what wording should be used; the IBM operating systems or Program Products that run REXX are numerous and varied. &nbsp; Their complete (official) names would fill a pageful. &nbsp; Some of the REXXes are no longer sold nor available for downloading or purchase, others are no longer maintained. &nbsp; Naming of names is being avoided (especially those licensed products for sale), and it is hoped that this is seen that no products nor vendors are being endorsed, appraised, or critiqued.] &nbsp; -- [[User:Gerard Schildberger|Gerard Schildberger]] 09:28, 1 July 2012 (UTC)
 
===External Links===
Line 91 ⟶ 122:
* [http://www.rexxinfo.org/html/rexxinfo1.html#Rexx-Manuals {many references to REXX manuals}]
 
 
==Todo==
 
== Rosetta Code tasks not implemented in REXX ==
[[Reports:Tasks_not_implemented_in_REXX]]