• Welcome to OS2World OLD-STATIC-BACKUP Forum.
 

News:

This is an old OS2World backup forum for reference only. IT IS READ ONLY!!!

If you need help with OS/2 - eComStation visit http://www.os2world.com/forum

Main Menu

Rexx Today

Started by kim, 2007.05.25, 06:22:07

Previous topic - Next topic

kim

http://www.os2world.com/content/view/14488/2/
QuotePosted by Kim Haverblad - Saturday, 16 September 2006


If you . .. .

New thread for the Rexx Today article - the old comment thread can be found here.

george


Now that REXX is open source its future looks much better.
http://www.oorexx.org
http://oorexx.wiki.sourceforge.net/

There were many great books published on REXX. One that is still available ls:
Object REXX by Example
http://www.oops-web.com/orxbyex/index.html

warpcafe

George,

yep, might be that the future for rexx itself/in general is looking better, however that does not apply to OS/2 and eCS: oorexx basically is what we already have as object rexx on OS/2. The extensions which provide e.g. GUI elements in oorexx (windows) don't work on our platform obviously.
At the same time, there is 1) no need to port that GUI stuff which means in retrun 2) we still have no out-of-the-box rexx GUI elements for os/2 and eCS. We have rexxtk and might some day be able to use wxwindows for rexx on os/2 but still we have no IDE that puts it all together a la DrDialog (outdated gui, no further development).

So we still have the need for some graphical development environment for rexx on OS/2 and eCS which can create native (compiled) exe programs and supports event-driven approach, multithreading features, the whole rexx stuff and so on...
I feel that by having such environment/program we could enable much more people to create os/2 apps...

Regards,
Thomas
"It is not worth an intelligent man's time to be in the majority.
By definition, there are already enough people to do that"
- G.H. Hardy

obiwan

#3
You might have a look at Rexx/DW. Rexx bindings for Dynamic Windows. Dynamic Windows is a cross-platform GUI toolkit, which does work on OS/2. Rexx/DW works with all the flavors of Rexx I know about, including Open Object Rexx and Object Rexx. I started to use it to add a GUI to one of my utilities just before I decided to stop using and developing that utility. So I did not get very far with it, but from what I saw, although it is still pretty new, it seems like a good, forward-looking solution to what you're talking about.