Category:REXX: Difference between revisions

m
added references to Object REXX.
m (replace the word "it" with the actual product name.)
m (added references to Object REXX.)
Line 26:
 
* '''[[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 run-time package.   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.   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.   OS/2 version of IBM Object REXX is deeply integrated with SOM.   On October 12, 2004, IBM released Object REXX as open source software, giving rise to Open Object Rexx (ooREXX).
 
* '''[[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).