Originally developed for mainframes but highly portable across platforms-from servers to desktops to handhelds-Rexx is an easy yet powerful scripting language that's widely used for rapid application development. Covers Rexx interpreters for specialized functions-object-oriented, mainframe, and handheld. There are 8 different free Rexx interpreters optimized for different platforms and uses. This book shows how to use them all. Shows how to script for GUIs, databases, web servers, XML, and other interfaces. Details how to make the best use of Rexx tools and interfaces, with examples for both Linux and Windows. Includes a tutorial with lots of examples to help people get up and running.
This book tries to cover as much about Rexx as possible in one book. It succeeds well considering the challenge. PROS: Thorough coverage of the Rexx language. Lots of coding examples, good tutorial, very comprehensive reference material. Covers some special topics like interfaces, programming style, error-handling techniques, and portability issues. Includes a lot on Windows and Linux. I had fun with the section on how to program my handheld using Rexx -- yah! CONS: Contains two-plus chapters on object Rexx, but some more advanced material would be helpful. Found some typos, but nothing important. CONCLUSION: Just about every Rexx programmer would benefit from having a copy.
programming REXX
Published by Thriftbooks.com User , 19 years ago
As a mainframe REXX programmer, I was pleased to find a new REXX book. The book begins with a tutorial on standard REXX features. It then gets into different platforms, interfaces, function libraries and object REXX. The dozen appendices give coding guides to functions, instructions and extended functions. I found the example programs clear enough and easy to run on my pc. The book tells you where to download them from (free). If they come out with a second edition I would like to see more NetREXX examples, tho I admit the book is pretty hefty as it is.
Best Rexx book ever
Published by Thriftbooks.com User , 20 years ago
I have used REXX extensively on mainframe and PCs. I have bought about every REXX book and manual I could find in the last 15 years. This book is not only the best REXX book ever, but one of the best computer books. As stated by the author below, the beginning is a very good introduction to all the basics with easy to follow examples. The remainder is excellent at teaching techniques. If you only ever have one Rexx book this should be it. Even if you already have Rexx books, this is a great addition that will not only show you some new things but become your first book to pull for reference. Ignore the negative review below, it's a not only a great diservice to the author, but to people looking for a good Rexx book and the Rexx community. This book is great and I have already sent emails about it to all my clients who use Rexx. Many thanks to you Howard Fosdick!
Author Response
Published by Thriftbooks.com User , 20 years ago
As the author, I'd like to respond to the review entitled "Sloppy code, typo's -- unsafe for beginners" that appears below. The reviewer criticizes the book based on only a partial reading of it. As he states, his review is based on what "...I've encountered so far," to page 214. Reading the entire 700 page book yields a different perspective. As the book explains, its first eight chapters are a simple tutorial on Rexx. Example scripts are designed to be short, clear, simple, and readable. They rely on common Rexx conventions and defaults. They generally exclude variable declarations, error and return code checking, exception routines, and other coding features present in industrial-strength programs. In a tutorial these would needlessly complicate the code and confuse the beginner. The reviewer appears not to have understood this. The chapters following the tutorial present the advanced features and techniques of Rexx coding that are used in writing the industrial-strength code the reviewer wants to see. For example, chapter 8 discusses variable scoping and analyzes ways to safely interface routines. Chapter 9 covers how to develop bug-proof code using the debugging and the trace facility, while chapter 10 details how to trap and manage errors with exception routines. Chapter 14 illustrates how to analyze feedback from external commands to develop fail-safe scripts. To specifically address the reviewer's complaints: chapter 12 discusses the need to initialize all variables in production programs. It also discusses the differing approaches to quoting he raises in his example. (Chapter 12 presents many other "best practices" for writing reliable programs, including a section on common coding errors and how to avoid them.) The book discusses the reviewer's concern about case-sensitivity in file naming conventions at many points (pages 186, 214, 436 and 519). The reviewer has mis-read the example he cites as incorrect on page 214. The explanation following that code specifically states "This filename may or may not need to be coded in quotation marks depending on which operating system the script runs under. Unix-derived systems like Linux use case-sensitive filenames, so you will typically encode filenames in quotation marks. Windows and related systems do not require quoting filenames; they are not case-sensitive." Concerning the reviewer's argument on the Leave and Iterate instructions: the book follows expert opinion in referring to these as "unstructured constructs." For accurate, authoritative definition of structured programming, refer to the classic works of Ed Yourdon, Edsger Dijkstra, or Ole Johan Dahl. What's the bottom line? Is this book worthwhile? During its development the book was reviewed by about a dozen Rexx developers in its entirety, and about three dozen experts - including nearly all the luminaries in the Rexx community - provided feedback on parts of it. While there is plenty of room for dif
A good reference
Published by Thriftbooks.com User , 20 years ago
What's nice about this book is that you can code from it. It's got 13 appendixes that cover REXX instructions, functions, external functions, and so on, all with examples of how to code them. The book contains many complete example scripts. These are written in a style that seems to favour 'readability' and 'ease of use' over 'portability.' I would tend more to favour portability, but then again I work in an multi-vendor organisation. REXX is one flexible language. I give this book 5 stars mainly because it covers so many different aspects of REXX. It's the only one I know of that covers open source REXX. At some 700 pages for less than $30 I only wish other technical books were this price.
ThriftBooks sells millions of used books at the lowest everyday prices. We personally assess every book's quality and offer rare, out-of-print treasures. We deliver the joy of reading in recyclable packaging with free standard shipping on US orders over $15. ThriftBooks.com. Read more. Spend less.