Category:OoRexx: Difference between revisions

m
Added link to Rexx Language Association
(adapted to better describe the relationship with Category REXX)
m (Added link to Rexx Language Association)
 
(6 intermediate revisions by 3 users not shown)
Line 1:
{{DISPLAYTITLE: Category:ooREXX}}
{{stub}}
{{language
|site=http://www.oorexx.org/}}
{{implementation|REXX}}
ooRexx (aka Open Object Rexx) is an object oriented successor of 'Classic' Rexx
(another one is NetRexx). Both Open Object Rexx and NetRexx were created by IBM and are now,
open sourced, maintained by the [http://www.rexxla.org/ Rexx Language Association].
 
ooRexx can be used to run many programs shown here in the [[REXX]] category.
We are in the process of documenting the incompatibilies and shall publish them soon.
 
Notable differences are
See http://rosettacode.org/wiki/Rosetta_Code:Village_Pump/Dialects#REXX.2C_ooRexx.2C_and_others
the use of some 'special' characters such as @ and $ in symbols
Notablefor differences are.
use of a=; instead of a=;
The 24 game under REXX was meanwhile adapted so that it can be played with ooRexx.