Jeff Glatt's REXX Developers Page

This page is for programmers who wish to write REXX-related software.

If you're simply writing REXX scripts, then go to the REXX User's page, and you'll find a downloadable book which details the specifics of the REXX language (ie, its syntax, etc).

If you're developing some program written in a lower level language such as C, and you wish to utilize REXX as a script or macro language for your program, then read the article Using REXX for scripting.

If you wish to add new functions to the REXX Language (ie, function libraries, etc) written in a lower level language such as C, which any REXX script can utilize, then read the article Writing REXX Functions.

If you wish to create a REXX Interpreter based upon an existing, freeware example, then consult the Reginald REXX Developer's Page.