We are independent & ad-supported. We may earn a commission for purchases made through our links.
Advertiser Disclosure
Our website is an independent, advertising-supported platform. We provide our content free of charge to our readers, and to keep it that way, we rely on revenue generated through advertisements and affiliate partnerships. This means that when you click on certain links on our site and make a purchase, we may earn a commission. Learn more.
How We Make Money
We sustain our operations through affiliate commissions and advertising. If you click on an affiliate link and make a purchase, we may receive a commission from the merchant at no additional cost to you. We also display advertisements on our website, which help generate revenue to support our work and keep our content free for readers. Our editorial team operates independently of our advertising and affiliate partnerships to ensure that our content remains unbiased and focused on providing you with the best information and recommendations based on thorough research and honest evaluations. To remain transparent, we’ve provided a list of our current affiliate partners here.
Software

Our Promise to you

Founded in 2002, our company has been a trusted resource for readers seeking informative and engaging content. Our dedication to quality remains unwavering—and will never change. We follow a strict editorial policy, ensuring that our content is authored by highly qualified professionals and edited by subject matter experts. This guarantees that everything we publish is objective, accurate, and trustworthy.

Over the years, we've refined our approach to cover a wide range of topics, providing readers with reliable and practical advice to enhance their knowledge and skills. That's why millions of readers turn to us each year. Join us in celebrating the joy of learning, guided by standards you can trust.

What is REXX?

By S.A. Keel
Updated: May 16, 2024
References

REXX stands for "restructured extended executor." It is a programming language that was created to be easy to learn and use, and it contains aspects of a natural language and relieves the programmer of having to fuss with numerous details in the computer's operation. For this reason, it is referred to as a high-level programming language, or scripting language. The language also boasts a number of additional features, such as a free-form, simplified syntax, a very small instruction set, and no need for data type declarations.

Originally created in 1979 by Michael Cowlishaw, who was working for IBM® at the time, it was first dubbed Rex, "a reformed executor," and the additional "X" was added later to avoid confusion with other products. Cowlishaw developed the language, during his spare time over the course of a couple years, to serve as a scripting language that could be used on either IBM® mainframe computers or any other system. IBM® released REXX as a product in 1982, due to increasing popularity. Since then, the language has made its way onto every computing platform, including desktop personal computers and mobile devices.

As an interpreted language, REXX is frequently used as a scripting language, where the code is saved in a simple text file and then executed by the interpreter. Of course, the interpreter may also be operated as a separate program, which provides a command prompt for directly typing in language syntax, making it useful for testing and other quick system commands and operations. REXX serves well as a glue language, then, as it is able to pull together functions from other programs in a single script. One of its greatest strengths is its design as a macro language. Program developers can simply add REXX support to their software so that macros can be written without having to program their own macro language into their software.

Another of REXX's features is its free-form syntax, which makes the language similar to other scripting languages, such as Perl. With this capability, the use of the language becomes simpler since positioning requirements, such as indentation, and end-of-line characters are less stringent. Furthermore, the entire syntax used in the language is only 23 specific instructions. This small instruction set, with its operands, is capable of interfacing with virtually anything, including graphical user interfaces (GUI), databases, and web servers. For this reason, REXX is sometimes used as a common gateway interface (CGI) scripting language on web servers.

One other somewhat unique trait to the language is its lack of data types. REXX uses only character strings as data types. The meanings of the strings depend on its use, and mathematics can be performed on any string that forms a valid number. This inherent ability to work with strings makes the language useful for parsing and processing text.

EasyTechJunkie is dedicated to providing accurate and trustworthy information. We carefully select reputable sources and employ a rigorous fact-checking process to maintain the highest standards. To learn more about our commitment to accuracy, read our editorial process.
Link to Sources
Discussion Comments
Share
https://www.easytechjunkie.com/what-is-rexx.htm
EasyTechJunkie, in your inbox

Our latest articles, guides, and more, delivered daily.

EasyTechJunkie, in your inbox

Our latest articles, guides, and more, delivered daily.