Linked by Thom Holwerda on Mon 29th Aug 2005 15:59 UTC, submitted by anonymous
General Development If you learn Rexx, you'll know a scripting language that runs everywhere from mainframes to handhelds - and everything in between. This article shows you why the Rexx scripting language is faster than developing code in traditional languages like C++, Java, or COBOL. If you want to learn a quick way to develop database scripts, start here.
Order by: Score:
Dynamic Language Will Always Be Easier
by Mystilleef on Mon 29th Aug 2005 17:21 UTC
Mystilleef
Member since:
2005-06-29

Does it stand a chance against a language like Python, in terms of third party libraries? Forget third party libraries. How functional is its library in general? Threading, Unicode Support, Internationalization, OS interfaces, etc?

Reply Score: 1

Goals
by Ronald Vos on Mon 29th Aug 2005 18:23 UTC
Ronald Vos
Member since:
2005-07-06

It probably depends on what you want to do with the language, as always ;)

So the question is: what is Rexx good at?

Reply Score: 1

Anonymous
Member since:
---

COBOL? Come on, no sane person would develop new apps in COBOL. That comparison is not even apples and oranges, its more like figs and pumpkins.

Reply Score: 0

What next?
by cujo on Mon 29th Aug 2005 22:19 UTC
cujo
Member since:
2005-07-06

>This article shows you why the Rexx scripting language
>is faster than developing code in traditional languages
>like C++, Java, or COBOL.

Are we soon going to see articles like "See how you can develop applications in Perl faster than C++, Java, or COBOL"? Maybe Python? Ruby?

Rexx has been getting a good amount of press lately for not being even remotely popular. It seems like marketing is pushing it more than anything else.

It looks like this will the the ~4th comment in about 8 hours since the article post. Maybe Rexx needs to sit down. It doesn't seem to be catching on around here.

Reply Score: 1

RE: What next?
by cujo on Mon 29th Aug 2005 22:20 UTC in reply to "What next?"
cujo Member since:
2005-07-06

Sorry, ~6 hours

Reply Score: 1

Faster than what?
by Anonymous on Mon 29th Aug 2005 23:09 UTC
Anonymous
Member since:
---

that is the question...

Reply Score: 0

Mumps.
by Anonymous on Mon 29th Aug 2005 23:44 UTC
Anonymous
Member since:
---

"If you want to learn a quick way to develop database scripts, start here."

MUMPS. :>

Reply Score: 0

Great language
by Anonymous on Tue 30th Aug 2005 00:45 UTC
Anonymous
Member since:
---

AmigaOS included a version of Rexx (called ARexx) in version 2 and above. What was really great is that most programs could be controlled by ARexx scripts. One script could make use of many programs easily.

Reply Score: 0

I use Rexx for my work
by Anonymous on Tue 30th Aug 2005 01:15 UTC
Anonymous
Member since:
---

I use Rexx for my daily work ;)
I think Rexx is as powerful as Perl in string manipulation, but far simpler than Perl.
I'd used to do programming in Cobol, but I do not, and I won't do. Rexx makes a lot of things easier without pains

Reply Score: 0

Rexx
by Anonymous on Tue 30th Aug 2005 04:53 UTC
Anonymous
Member since:
---

RExx seems easy to use and yet you never hear mention of it.

I think you might want to tell a newbie to try it out rather than c or c++.

Reply Score: 0

Rexx
by Anonymous on Tue 30th Aug 2005 07:12 UTC
Anonymous
Member since:
---

Rexx has always been used extensively in IBM mainframe environments. With the current drive by IBM to get linux onto their mainframe servers the presence of Rexx allows IBM to show companies that their developers, who are comfortable with Rexx to be immediately productive working on Linux on a mainframe.

So it probably is marketing !!

Reply Score: 1

Yup...
by rcsteiner on Tue 30th Aug 2005 20:23 UTC
rcsteiner
Member since:
2005-07-12

IBM also included Rexx with OS/2 from 2.0 onwards, and I think IBM's PC-DOS 2000 also includes a Rexx interpreter.

It's a pretty neat scripting language. :-)

Reply Score: 1