Page 1 of 1

interesting link for Rexx

Posted: Mon Sep 05, 2016 1:57 pm
by enrico-sorichetti

Re: interesting link for Rexx

Posted: Tue Sep 06, 2016 8:22 pm
by Imran Lamba
Thanks for the link. i have started learning REXX and find that link as a good place.

Re: interesting link for Rexx

Posted: Tue Sep 06, 2016 9:15 pm
by enrico-sorichetti
but this one is even better
http://dhost.info/zabrodskyvlada/aat/

rosetta code has quite a lot of algorithms in REXX
http://rosettacode.org/wiki/Rosetta_Code

but it would be difficult to find a worse coding approach ( for any language )
it is a good example on how to write unmaintainable code

Re: interesting link for Rexx

Posted: Wed Sep 07, 2016 8:52 pm
by Imran Lamba
enrico-sorichetti wrote: it is a good example on how to write unmaintainable code
Thanks. For REXX, are there some guidelines fr maintainable code? I mean what are good programming practices to keep in mind as I start learning it.

Re: interesting link for Rexx

Posted: Thu Sep 08, 2016 2:12 am
by nicc
The same as for every other language. Keep it simple. Use comments where thigs may not be simple. Do not use GO TO. Use sub-routines/procedures. Document. Indent. One statement per line. etc etc etgc

Re: interesting link for Rexx

Posted: Thu Sep 08, 2016 12:22 pm
by Imran Lamba
Thanks nicc.

Re: interesting link for Rexx

Posted: Mon Sep 12, 2016 11:01 am
by Magesh_j
enrico-sorichetti,

the Links are really useful, thanks for posting it

Regards,
Magesh