Programming Languages - Fun with Rexx?
-
As a follow up to a previous discussion on fun vs discipline in computer languages and having gone through everyone's lists I noticed no-one mentioned Rexx. Rexx was an interpreted job control language developed by the terribly clever Mike Cowlishaw (of IBM UK) in 1984 to replace EXEC and EXEC-2 on the IBM VM operating system (one of the best mainframe O/Ses in my opinion). It was also adopted as the main macro language for the XEDIT editor on the same O/S. I wrote all kinds of extension to the base XEDIT using Rexx. It was great fun and you had to impose your own discipline otherwise it could quickly get away from you. Rexx grew into a full language and was ported to OS/2 on the PC and then to Windows. It has been extended to have classes and all kinds of things apparently, now called NetRexx. I haven't used it really since my VM days although I've read about the new features. Has anyone else used, or is using, this fun language in any form?
- I would love to change the world, but they won’t give me the source code.
-
As a follow up to a previous discussion on fun vs discipline in computer languages and having gone through everyone's lists I noticed no-one mentioned Rexx. Rexx was an interpreted job control language developed by the terribly clever Mike Cowlishaw (of IBM UK) in 1984 to replace EXEC and EXEC-2 on the IBM VM operating system (one of the best mainframe O/Ses in my opinion). It was also adopted as the main macro language for the XEDIT editor on the same O/S. I wrote all kinds of extension to the base XEDIT using Rexx. It was great fun and you had to impose your own discipline otherwise it could quickly get away from you. Rexx grew into a full language and was ported to OS/2 on the PC and then to Windows. It has been extended to have classes and all kinds of things apparently, now called NetRexx. I haven't used it really since my VM days although I've read about the new features. Has anyone else used, or is using, this fun language in any form?
- I would love to change the world, but they won’t give me the source code.
Never used Rexx but did assign XEDIT commands to PF keys when doing software updates that required changing hundreds of files. :)
Robust Services Core | Software Techniques for Lemmings | Articles
The fox knows many things, but the hedgehog knows one big thing. -
As a follow up to a previous discussion on fun vs discipline in computer languages and having gone through everyone's lists I noticed no-one mentioned Rexx. Rexx was an interpreted job control language developed by the terribly clever Mike Cowlishaw (of IBM UK) in 1984 to replace EXEC and EXEC-2 on the IBM VM operating system (one of the best mainframe O/Ses in my opinion). It was also adopted as the main macro language for the XEDIT editor on the same O/S. I wrote all kinds of extension to the base XEDIT using Rexx. It was great fun and you had to impose your own discipline otherwise it could quickly get away from you. Rexx grew into a full language and was ported to OS/2 on the PC and then to Windows. It has been extended to have classes and all kinds of things apparently, now called NetRexx. I haven't used it really since my VM days although I've read about the new features. Has anyone else used, or is using, this fun language in any form?
- I would love to change the world, but they won’t give me the source code.
-
As a follow up to a previous discussion on fun vs discipline in computer languages and having gone through everyone's lists I noticed no-one mentioned Rexx. Rexx was an interpreted job control language developed by the terribly clever Mike Cowlishaw (of IBM UK) in 1984 to replace EXEC and EXEC-2 on the IBM VM operating system (one of the best mainframe O/Ses in my opinion). It was also adopted as the main macro language for the XEDIT editor on the same O/S. I wrote all kinds of extension to the base XEDIT using Rexx. It was great fun and you had to impose your own discipline otherwise it could quickly get away from you. Rexx grew into a full language and was ported to OS/2 on the PC and then to Windows. It has been extended to have classes and all kinds of things apparently, now called NetRexx. I haven't used it really since my VM days although I've read about the new features. Has anyone else used, or is using, this fun language in any form?
- I would love to change the world, but they won’t give me the source code.
I had a small amount of exposure to it due to a previous colleague having written a point of sale system in Rexx. He went on to become one of the board members on the Rexx language association. The enthusiasm he communicated was what propelled me into the world of .NET and object oriented programming - so indirectly I owe a lot to Rexx.
“That which can be asserted without evidence, can be dismissed without evidence.”
― Christopher Hitchens
-
I used it briefly in the mid-90s when I was working for StorageTek, and we used VM servers to control our big automated tape libraries.
I wrote a tape automation system using VM and 14 linked StorageTek tape robot silos to support a massive TPF shop in Germany. Some PC-based automation software emulating 3270 terminals was also used to "glue" the systems together and it used Rexx as a macro language as well. Later, I went to work for the Automation company in the US. They called me, at that time, a "Rexxpert"! My boss at that time had a strong accent and pronounced my name, Robert, as "Robot" and the tape robots as "tape roberts"!
- I would love to change the world, but they won’t give me the source code.
-
I wrote a tape automation system using VM and 14 linked StorageTek tape robot silos to support a massive TPF shop in Germany. Some PC-based automation software emulating 3270 terminals was also used to "glue" the systems together and it used Rexx as a macro language as well. Later, I went to work for the Automation company in the US. They called me, at that time, a "Rexxpert"! My boss at that time had a strong accent and pronounced my name, Robert, as "Robot" and the tape robots as "tape roberts"!
- I would love to change the world, but they won’t give me the source code.
:thumbsup: :laugh:
Robust Services Core | Software Techniques for Lemmings | Articles
The fox knows many things, but the hedgehog knows one big thing. -
As a follow up to a previous discussion on fun vs discipline in computer languages and having gone through everyone's lists I noticed no-one mentioned Rexx. Rexx was an interpreted job control language developed by the terribly clever Mike Cowlishaw (of IBM UK) in 1984 to replace EXEC and EXEC-2 on the IBM VM operating system (one of the best mainframe O/Ses in my opinion). It was also adopted as the main macro language for the XEDIT editor on the same O/S. I wrote all kinds of extension to the base XEDIT using Rexx. It was great fun and you had to impose your own discipline otherwise it could quickly get away from you. Rexx grew into a full language and was ported to OS/2 on the PC and then to Windows. It has been extended to have classes and all kinds of things apparently, now called NetRexx. I haven't used it really since my VM days although I've read about the new features. Has anyone else used, or is using, this fun language in any form?
- I would love to change the world, but they won’t give me the source code.
I have not thought of Rexx in a few decades. I used it in a previous job with a compiler (!) on a PC. I am trying to remember which job - it was during it late 1980s or early 1990s.
__________________ Lord, grant me the serenity to accept that there are some things I just can’t keep up with, the determination to keep up with the things I must keep up with, and the wisdom to find a good RSS feed from someone who keeps up with what I’d like to, but just don’t have the damn bandwidth to handle right now. © 2009, Rex Hammock
-
I wrote a tape automation system using VM and 14 linked StorageTek tape robot silos to support a massive TPF shop in Germany. Some PC-based automation software emulating 3270 terminals was also used to "glue" the systems together and it used Rexx as a macro language as well. Later, I went to work for the Automation company in the US. They called me, at that time, a "Rexxpert"! My boss at that time had a strong accent and pronounced my name, Robert, as "Robot" and the tape robots as "tape roberts"!
- I would love to change the world, but they won’t give me the source code.
-
As a follow up to a previous discussion on fun vs discipline in computer languages and having gone through everyone's lists I noticed no-one mentioned Rexx. Rexx was an interpreted job control language developed by the terribly clever Mike Cowlishaw (of IBM UK) in 1984 to replace EXEC and EXEC-2 on the IBM VM operating system (one of the best mainframe O/Ses in my opinion). It was also adopted as the main macro language for the XEDIT editor on the same O/S. I wrote all kinds of extension to the base XEDIT using Rexx. It was great fun and you had to impose your own discipline otherwise it could quickly get away from you. Rexx grew into a full language and was ported to OS/2 on the PC and then to Windows. It has been extended to have classes and all kinds of things apparently, now called NetRexx. I haven't used it really since my VM days although I've read about the new features. Has anyone else used, or is using, this fun language in any form?
- I would love to change the world, but they won’t give me the source code.
Looks quite useful - thanks for posting that!
Latest Articles:
Thread Safe Quantized Temporal Frame Ring Buffer -
As a follow up to a previous discussion on fun vs discipline in computer languages and having gone through everyone's lists I noticed no-one mentioned Rexx. Rexx was an interpreted job control language developed by the terribly clever Mike Cowlishaw (of IBM UK) in 1984 to replace EXEC and EXEC-2 on the IBM VM operating system (one of the best mainframe O/Ses in my opinion). It was also adopted as the main macro language for the XEDIT editor on the same O/S. I wrote all kinds of extension to the base XEDIT using Rexx. It was great fun and you had to impose your own discipline otherwise it could quickly get away from you. Rexx grew into a full language and was ported to OS/2 on the PC and then to Windows. It has been extended to have classes and all kinds of things apparently, now called NetRexx. I haven't used it really since my VM days although I've read about the new features. Has anyone else used, or is using, this fun language in any form?
- I would love to change the world, but they won’t give me the source code.
I used Rexx in the 1988-1992 timeframe. I used it with IBM ISPF to create menus for development environment and screens for QA to submit batch jobs.
-
As a follow up to a previous discussion on fun vs discipline in computer languages and having gone through everyone's lists I noticed no-one mentioned Rexx. Rexx was an interpreted job control language developed by the terribly clever Mike Cowlishaw (of IBM UK) in 1984 to replace EXEC and EXEC-2 on the IBM VM operating system (one of the best mainframe O/Ses in my opinion). It was also adopted as the main macro language for the XEDIT editor on the same O/S. I wrote all kinds of extension to the base XEDIT using Rexx. It was great fun and you had to impose your own discipline otherwise it could quickly get away from you. Rexx grew into a full language and was ported to OS/2 on the PC and then to Windows. It has been extended to have classes and all kinds of things apparently, now called NetRexx. I haven't used it really since my VM days although I've read about the new features. Has anyone else used, or is using, this fun language in any form?
- I would love to change the world, but they won’t give me the source code.
I remember using REXX At Ft Sill. We were assigned tasks, then not allowed to do them (for about 8 months)). So we wrote a D & D game in REXX to kill time (and the local orcs)
A human being should be able to change a diaper, plan an invasion, butcher a hog, navigate a ship, design a building, write a sonnet, balance accounts, build a wall, set a bone, comfort the dying, take orders, give orders, cooperate, act alone, solve equations, analyze a new problem, pitch manure, program a computer, cook a tasty meal, fight efficiently, die gallantly. Specialization is for insects! - Lazarus Long
-
As a follow up to a previous discussion on fun vs discipline in computer languages and having gone through everyone's lists I noticed no-one mentioned Rexx. Rexx was an interpreted job control language developed by the terribly clever Mike Cowlishaw (of IBM UK) in 1984 to replace EXEC and EXEC-2 on the IBM VM operating system (one of the best mainframe O/Ses in my opinion). It was also adopted as the main macro language for the XEDIT editor on the same O/S. I wrote all kinds of extension to the base XEDIT using Rexx. It was great fun and you had to impose your own discipline otherwise it could quickly get away from you. Rexx grew into a full language and was ported to OS/2 on the PC and then to Windows. It has been extended to have classes and all kinds of things apparently, now called NetRexx. I haven't used it really since my VM days although I've read about the new features. Has anyone else used, or is using, this fun language in any form?
- I would love to change the world, but they won’t give me the source code.
-
As a follow up to a previous discussion on fun vs discipline in computer languages and having gone through everyone's lists I noticed no-one mentioned Rexx. Rexx was an interpreted job control language developed by the terribly clever Mike Cowlishaw (of IBM UK) in 1984 to replace EXEC and EXEC-2 on the IBM VM operating system (one of the best mainframe O/Ses in my opinion). It was also adopted as the main macro language for the XEDIT editor on the same O/S. I wrote all kinds of extension to the base XEDIT using Rexx. It was great fun and you had to impose your own discipline otherwise it could quickly get away from you. Rexx grew into a full language and was ported to OS/2 on the PC and then to Windows. It has been extended to have classes and all kinds of things apparently, now called NetRexx. I haven't used it really since my VM days although I've read about the new features. Has anyone else used, or is using, this fun language in any form?
- I would love to change the world, but they won’t give me the source code.
Many years ago I used REXX a lot on VM. I wrote small things like macros for XEDIT, and larger things like a source management system. I also created a port to VSE (before IBM provided it there, thanks to IBM for delivering the assembler source with VM). I loved it. I miss it these days.
-
As a follow up to a previous discussion on fun vs discipline in computer languages and having gone through everyone's lists I noticed no-one mentioned Rexx. Rexx was an interpreted job control language developed by the terribly clever Mike Cowlishaw (of IBM UK) in 1984 to replace EXEC and EXEC-2 on the IBM VM operating system (one of the best mainframe O/Ses in my opinion). It was also adopted as the main macro language for the XEDIT editor on the same O/S. I wrote all kinds of extension to the base XEDIT using Rexx. It was great fun and you had to impose your own discipline otherwise it could quickly get away from you. Rexx grew into a full language and was ported to OS/2 on the PC and then to Windows. It has been extended to have classes and all kinds of things apparently, now called NetRexx. I haven't used it really since my VM days although I've read about the new features. Has anyone else used, or is using, this fun language in any form?
- I would love to change the world, but they won’t give me the source code.
-
As a follow up to a previous discussion on fun vs discipline in computer languages and having gone through everyone's lists I noticed no-one mentioned Rexx. Rexx was an interpreted job control language developed by the terribly clever Mike Cowlishaw (of IBM UK) in 1984 to replace EXEC and EXEC-2 on the IBM VM operating system (one of the best mainframe O/Ses in my opinion). It was also adopted as the main macro language for the XEDIT editor on the same O/S. I wrote all kinds of extension to the base XEDIT using Rexx. It was great fun and you had to impose your own discipline otherwise it could quickly get away from you. Rexx grew into a full language and was ported to OS/2 on the PC and then to Windows. It has been extended to have classes and all kinds of things apparently, now called NetRexx. I haven't used it really since my VM days although I've read about the new features. Has anyone else used, or is using, this fun language in any form?
- I would love to change the world, but they won’t give me the source code.
-
As a follow up to a previous discussion on fun vs discipline in computer languages and having gone through everyone's lists I noticed no-one mentioned Rexx. Rexx was an interpreted job control language developed by the terribly clever Mike Cowlishaw (of IBM UK) in 1984 to replace EXEC and EXEC-2 on the IBM VM operating system (one of the best mainframe O/Ses in my opinion). It was also adopted as the main macro language for the XEDIT editor on the same O/S. I wrote all kinds of extension to the base XEDIT using Rexx. It was great fun and you had to impose your own discipline otherwise it could quickly get away from you. Rexx grew into a full language and was ported to OS/2 on the PC and then to Windows. It has been extended to have classes and all kinds of things apparently, now called NetRexx. I haven't used it really since my VM days although I've read about the new features. Has anyone else used, or is using, this fun language in any form?
- I would love to change the world, but they won’t give me the source code.
Until recently REXX (or to be more precise the open source ooREXX) was the scripting language of our comercial LabMaster FA product. We have now replaced REXX with Python, but I have written and maintained a lot of REXX code while working here. ooREXX is quite interesting as it adds objects to REXX while maintaining compatiblity with classic REXX. Interestingly many years a ago we tried to recruit someone with REXX experience but we only managed to get a couple of CVs, both of which had very limited experience of the language.
-
As a follow up to a previous discussion on fun vs discipline in computer languages and having gone through everyone's lists I noticed no-one mentioned Rexx. Rexx was an interpreted job control language developed by the terribly clever Mike Cowlishaw (of IBM UK) in 1984 to replace EXEC and EXEC-2 on the IBM VM operating system (one of the best mainframe O/Ses in my opinion). It was also adopted as the main macro language for the XEDIT editor on the same O/S. I wrote all kinds of extension to the base XEDIT using Rexx. It was great fun and you had to impose your own discipline otherwise it could quickly get away from you. Rexx grew into a full language and was ported to OS/2 on the PC and then to Windows. It has been extended to have classes and all kinds of things apparently, now called NetRexx. I haven't used it really since my VM days although I've read about the new features. Has anyone else used, or is using, this fun language in any form?
- I would love to change the world, but they won’t give me the source code.
I programmed some utilities in Rexx for IBM hosts but although I liked it, it was only as part of a project and I didn't have time to go deeper into the language. As an addition to your information about Rexx, I remember that since I didn't have easy access to our client's hosts, I tested my utilities on a curious Commodore Amiga porting of Rexx.
Sorry for my bad English
-
As a follow up to a previous discussion on fun vs discipline in computer languages and having gone through everyone's lists I noticed no-one mentioned Rexx. Rexx was an interpreted job control language developed by the terribly clever Mike Cowlishaw (of IBM UK) in 1984 to replace EXEC and EXEC-2 on the IBM VM operating system (one of the best mainframe O/Ses in my opinion). It was also adopted as the main macro language for the XEDIT editor on the same O/S. I wrote all kinds of extension to the base XEDIT using Rexx. It was great fun and you had to impose your own discipline otherwise it could quickly get away from you. Rexx grew into a full language and was ported to OS/2 on the PC and then to Windows. It has been extended to have classes and all kinds of things apparently, now called NetRexx. I haven't used it really since my VM days although I've read about the new features. Has anyone else used, or is using, this fun language in any form?
- I would love to change the world, but they won’t give me the source code.
I liked it a lot, used it about 28 years ago. The integration with Xedit and especially CMS Pipelines were very handy.
Frank
-
As a follow up to a previous discussion on fun vs discipline in computer languages and having gone through everyone's lists I noticed no-one mentioned Rexx. Rexx was an interpreted job control language developed by the terribly clever Mike Cowlishaw (of IBM UK) in 1984 to replace EXEC and EXEC-2 on the IBM VM operating system (one of the best mainframe O/Ses in my opinion). It was also adopted as the main macro language for the XEDIT editor on the same O/S. I wrote all kinds of extension to the base XEDIT using Rexx. It was great fun and you had to impose your own discipline otherwise it could quickly get away from you. Rexx grew into a full language and was ported to OS/2 on the PC and then to Windows. It has been extended to have classes and all kinds of things apparently, now called NetRexx. I haven't used it really since my VM days although I've read about the new features. Has anyone else used, or is using, this fun language in any form?
- I would love to change the world, but they won’t give me the source code.
I used Rexx extensively back in the mid to late 80's. It was such an improvement over EXEC-2 that scripting was fun. The string parsing ability using "Parse" was amazingly powerful for parsing files. A fun prank was to fire up XEDIT/Rexx in full screen mode on a terminal someone left unattended to simulate the VM/CMS logon screen and return humorous logon rejection messages.
-
As a follow up to a previous discussion on fun vs discipline in computer languages and having gone through everyone's lists I noticed no-one mentioned Rexx. Rexx was an interpreted job control language developed by the terribly clever Mike Cowlishaw (of IBM UK) in 1984 to replace EXEC and EXEC-2 on the IBM VM operating system (one of the best mainframe O/Ses in my opinion). It was also adopted as the main macro language for the XEDIT editor on the same O/S. I wrote all kinds of extension to the base XEDIT using Rexx. It was great fun and you had to impose your own discipline otherwise it could quickly get away from you. Rexx grew into a full language and was ported to OS/2 on the PC and then to Windows. It has been extended to have classes and all kinds of things apparently, now called NetRexx. I haven't used it really since my VM days although I've read about the new features. Has anyone else used, or is using, this fun language in any form?
- I would love to change the world, but they won’t give me the source code.
KEXX and KEDIT are still available after those many years from KEDIT.COM. I created countless scripts in many different environments and countries. The syntax is the same as REXX/XEDIT.
Simche Scherer