On Thu, 09 Aug 2012 09:33:09 +0200, Rony <
rony.fl...@wu-wien.ac.at>
wrote:
>On 09.08.2012 09:20, Jennifer Murphy wrote:
>> I downloaded the install file for ooRexx. Before I launch into it, are
>> there any good tutorials for and of the following:
>>
>> * Installation guide
>> * Finding an editor
>> * Getting started tutorial
>>
>> I couldn't find any of these on the SourceForge website.
>>
>> I do have the documentation PDFs (Language Ref, Prog Guide, etc.).
>
>
>Maybe a few hints:
>
>- ooRexx is a Rexx interpreter: you can just keep on writing Rexx programs and execute them with
>ooRexx in 32 and 64 bits on all operating systems it got ported to
>
>- you can start to intermix Rexx code with the new features that come along with ooRexx, like
>becoming able to fetch stems as stems without a need for exposing it, if you use USE ARG instead of
>PARSE ARG
>
>- you may want to look into the 10 page intro to ooRexx at:
><
http://wi.wu.ac.at/rgf/rexx/misc/ecoop06/ECOOP2006%5fRDL%5fWorkshop%5fFlatscher%5fPaper%2epdf>
Thanks, that will be helpful. I see that you wrote that. Nice work.
>- you may want to read/skim through the first 100 pages of the programming guide which gets
>installed with ooRexx (rexxpg.pdf), which is a tutorial like intro to ooRexx
>
>- you can ask questions here (there are quite a few knowledgeable, nice people!)
Is this the only user forum for ooRexx? Is there no web-based user forum
specifically for ooRexx like there is for most software products?
Yes, I found that page and downloaded all of the docs. But I didn't see
any installation guide (for Windows). I suppose I just run the install
file (ooRexx-4.1.1-windows.x86_32.exe), but it would be very helpful to
have some documentation about,
* Where to put the executables (for the ooRexx interpreter).
* Where to put the execs I write.
* A little about filetypes (ooRexx v Classic Rexx).
* How to find and use the editor. I read somewhere that it is separate
from the interpreter.
* How to set up and use a function library and how to move mt Classic
Rexx functions over to use with ooRexx. I see a chapter in the Prog
Guide about external libraries, but that appears to be for compiled
functions (DLLs).
I have often wondered why Rexx is not more widely used. Compared to VB
and VBA, which are an inholy mess, Rexx has to be an order of magnitude
more productive. It seems like it could compete very well with other
languages like R and Perl.