Object REXX Programming Guide: Difference between revisions
mNo edit summary |
No edit summary |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{IBM-Reprint}} | {{IBM-Reprint}} | ||
{{OREXXProg}} | |||
The ''Object REXX Programming Guide'' describes the Object-based REstructured eXtended eXecutor, or [[Object REXX]] programming language. (When not comparing it to its traditional predecessor, we just call it REXX.) REXX is an integral part of IBM Operating System/2 (OS/2). | The ''Object REXX Programming Guide'' describes the Object-based REstructured eXtended eXecutor, or [[Object REXX]] programming language. (When not comparing it to its traditional predecessor, we just call it REXX.) REXX is an integral part of IBM Operating System/2 (OS/2). | ||
Line 7: | Line 7: | ||
This information assumes you are already familiar with the techniques of traditional structured programming, and uses them as a springboard for quickly understanding REXX and, in particular, Object REXX. This "no frills" approach is designed to help experienced programmers get involved quickly with the REXX language, exploit its virtues, and become productive fast. | This information assumes you are already familiar with the techniques of traditional structured programming, and uses them as a springboard for quickly understanding REXX and, in particular, Object REXX. This "no frills" approach is designed to help experienced programmers get involved quickly with the REXX language, exploit its virtues, and become productive fast. | ||
== | ==Links== | ||
* [https://archive.org/download/IBMOS2Warp4ToolkitDocuments2/rexxpg.inf rexxpg.inf] (Aug 1996) | * [https://archive.org/download/IBMOS2Warp4ToolkitDocuments2/rexxpg.inf rexxpg.inf] (Aug 1996) | ||
* [https://komh.github.io/os2books/os2tk45/rexxpg/ Web Book] (Aug 1996) | |||
[[Category:Online Books]] | [[Category:Online Books]] |
Latest revision as of 18:41, 15 April 2025
Reprint Courtesy of International Business Machines Corporation, © International Business Machines Corporation
Object REXX Programming Guide |
---|
|
The Object REXX Programming Guide describes the Object-based REstructured eXtended eXecutor, or Object REXX programming language. (When not comparing it to its traditional predecessor, we just call it REXX.) REXX is an integral part of IBM Operating System/2 (OS/2).
This information is aimed at developers familiar with OS/2 who want to use REXX to do object-oriented programming - or some mix of traditional and object-oriented programming - with the shortest learning curve possible.
This information assumes you are already familiar with the techniques of traditional structured programming, and uses them as a springboard for quickly understanding REXX and, in particular, Object REXX. This "no frills" approach is designed to help experienced programmers get involved quickly with the REXX language, exploit its virtues, and become productive fast.
Links
- rexxpg.inf (Aug 1996)
- Web Book (Aug 1996)