views:

168

answers:

5

I want to travel in the past and learn REXX, but I don't know where to start, then I want some help from someone that can point me to the right place to start.

+1  A: 

If you're willing to invest some time and money, this book is good (so is Mike Cowlishaw's, but I think that one's out of print and so could perhaps be pricey or slow to get). If you can't invest the time and/or money, this tutorial is fast-paced and quick to get through, and gives you good links to other resources.

Alex Martelli
Ross Patterson
+1  A: 

Logic at

http://www.kilowattsoftware.com/tutorial/rexx/

Bible - from WROX REXX Programmer's Reference - Howard Fosdick

R Saunders
+1  A: 

Check IBM publib on the subject (which was (is still?) backed by REXX programmed application, at least, during my IBM times, a colleague maintained it). You can find there all free books in either HTML or PDF format. The REXX Guide (available as PDF or HTML) is good to get started. If you intend to run (emulate) it on Windows, I can recommend Regina Rexx.

BalusC
+1 for Regina - it's a solid REXX implementation. I've used REXX for 20 years, including Mike's version for CMS, and Regina is a good version too.
Ross Patterson
+2  A: 

Have a look at Open Object ReXX, which came out of IBM object ReXX. It's on SourceForge. http://sourceforge.net/projects/oorexx/files/

Documentation starts here - http://www.oorexx.org/docs/

Ed
I have been using Object ReXX for over a decade and find it to be an absolutely rock solid implementation. Highly recommended. Best of all, you can get if for free! This version of ReXX implements both "Classic" ReXX and some pretty nifty OO extentions.
NealB
A: 

Check out the many resources at the Rexx Language Association (www.rexxla.org), especially the links section.

Ross Patterson