Jump to content

Object REXX Programming Guide: Difference between revisions

From EDM2
Ak120 (talk | contribs)
mNo edit summary
Ak120 (talk | contribs)
mNo edit summary
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.


==Download==
==Links==
* [https://archive.org/download/IBMOS2Warp4ToolkitDocuments2/rexxpg.inf rexxpg.inf] (Aug 1996)
* [https://archive.org/download/IBMOS2Warp4ToolkitDocuments2/rexxpg.inf rexxpg.inf] (Aug 1996)


[[Category:Online Books]]
[[Category:Online Books]]

Revision as of 16:04, 29 February 2020

Reprint Courtesy of International Business Machines Corporation, © International Business Machines Corporation

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