interesting link for Rexx
Moderator: mickeydusaor
- enrico-sorichetti
- Global Moderator
- Posts: 843
- Joined: Wed Sep 11, 2013 3:57 pm
interesting link for Rexx
see the topic title
http://pleac.sourceforge.net/pleac_rexx/index.html
http://pleac.sourceforge.net/pleac_rexx/index.html
cheers
enrico
When I tell somebody to RTFM or STFW I usually have the page open in another tab/window of my browser,
so that I am sure that the information requested can be reached with a very small effort
enrico
When I tell somebody to RTFM or STFW I usually have the page open in another tab/window of my browser,
so that I am sure that the information requested can be reached with a very small effort

-
- Registered Member
- Posts: 13
- Joined: Tue Jan 19, 2016 11:49 am
Re: interesting link for Rexx
Thanks for the link. i have started learning REXX and find that link as a good place.
- enrico-sorichetti
- Global Moderator
- Posts: 843
- Joined: Wed Sep 11, 2013 3:57 pm
Re: interesting link for Rexx
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
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
cheers
enrico
When I tell somebody to RTFM or STFW I usually have the page open in another tab/window of my browser,
so that I am sure that the information requested can be reached with a very small effort
enrico
When I tell somebody to RTFM or STFW I usually have the page open in another tab/window of my browser,
so that I am sure that the information requested can be reached with a very small effort

-
- Registered Member
- Posts: 13
- Joined: Tue Jan 19, 2016 11:49 am
Re: interesting link for Rexx
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
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
Regards
Nic
Nic
-
- Registered Member
- Posts: 13
- Joined: Tue Jan 19, 2016 11:49 am
Re: interesting link for Rexx
enrico-sorichetti,
the Links are really useful, thanks for posting it
Regards,
Magesh
the Links are really useful, thanks for posting it
Regards,
Magesh
Create an account or sign in to join the discussion
You need to be a member in order to post a reply
Create an account
Not a member? register to join our community
Members can start their own topics & subscribe to topics
It’s free and only takes a minute