Category:REXX: Difference between revisions

m
changed the use of ooRexx for ROO!. -- ~~~~
(added more external links. -- ~~~~)
m (changed the use of ooRexx for ROO!. -- ~~~~)
Line 17:
* '''[[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 ooREXXoo-REXX]]''' 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.