Category:REXX: Difference between revisions

added some other REXX interpreter and compiler implimentations. -- ~~~~
m (Removed template:stub, modified links for NetRexx and ooRexx to point to Rosetta Code language pages. Begun external links section.)
(added some other REXX interpreter and compiler implimentations. -- ~~~~)
Line 4:
 
* '''[[wp:AREXX|AREXX]]''' is an implementation for the AmigaOS, given in bundle since AmigaOS 2.*
* '''[[VM/CMS REXX]]''' is IBM's implementation of classic REXX, first implemented in the early 1980s, a license is required to use the operating system, '''VM''' and '''CMS''' are used here as generic references.
* '''[[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.
* '''[[MVS/TSO REXX]]''' is IBM implementation of classic REXX, a license is required to use the operating system, '''MVS''' and '''TSO''' are used here as generic references.
* '''[[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.
* '''[[Regina REXX]]''' is an implementation first created by Anders Christensen and now maintained by others, notably Mark Hessling. This version of REXX runs on more different platforms than any other REXX.
* '''[[PC/REXX]]''' is the first classic REXX implented outside of IBM mainframes, intended for IBM DOS and MS DOS, written by Mansfield Software Group, REXX was bundled with KEDIT, a license is required to use this product.
* '''[[Personnal REXX]]''' is a classic REXX that is intended for IBM DOS and MS DOS, written by a Quercus Systems, a license is required to use this product.
* '''[[OS/2 and OS/400 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(s) it runs under.
* '''[[KEXX]]''' is a subset of REXX that is bundled with KEDIT and written by Mansfield Software Grou0, a license is required to use this product. KEXX only executes under the KEDIT licensed product.
* '''[[CTC REXX]]''' is a classic REXX that is bundled with PC/SPF and written by Command Technology Corporation, a license is required to use this product. REXX can only under PC/SPF and it's panels.
* '''[[CRX REXX]]''' (Compact REXX) is a classic REXX first written by Dr. Brian Marks
* '''[[R4 REXX]]''' a classic REXX delveloped by Kieth Watts of Kilowatt Software, Inc. It can be downloaded freely.
* '''[[ROO ooREXX]]''' an object-oriented REXX delveloped by Kieth Watts of Kilowatt Software, Inc. It can be downloaded freely. '''ROO''' is also known as '''ROO!'''.
* '''[[ooRexx|ooRexx]]''' (Open Object Rexx) is an implementation of [[wp:Object REXX|Object REXX]], which is REXX with OO features (some REXX programs are compatible).
* '''[[NetRexx|NetRexx]]''' is IBM's variant of the REXX programming language to run on the Java virtual machine. 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 runtime package. The syntax and object model of NetRexx differ from Object REXX.
 
<br>(Most of the entries were entered from memory and apologies are offered for not knowing more about what wording should be used; the IBM's operating systems that run REXX are many and their complete (official) names would fill a pagefull.) -- [[User:Gerard Schildberger|Gerard Schildberger]] 09:28, 1 July 2012 (UTC)
 
<br>Other REXXes are:
* BREXX
* Reginald
* REXXimc
 
=== External Links ===
Line 11 ⟶ 31:
* [http://www.netrexx.org The NetRexx Programming Language - www.netrexx.org]
* [http://www.rexxla.org The Rexx Language Association - www.rexxla.org]
* [http://regina-rexx.sourceforge.net/index.html Regina Rexx Interpreter]
* [http://www.kedit.com/ Mansfield Software Group (KEDIT)]
* [http://www.quercus-sys.com/ Personnal REXX]
* [http://www.quercus-sys.com/ CRX Open Source]
* [http://www.kilowattsoftware.com/r4Page.htm R4]
* [http://www.kilowattsoftware.com/rooPage.htm ROO]