|
|
| Author |
Message |
stargazer123
New User
Joined: 13 Feb 2004 Posts: 2
|
|
|
|
i am doing mainframe, and i wanted to know about rexx.
i learn that in rexx exec we no need to use compiler?
and also how it will translate the exec code to machine code?
i need ref. web pages to know more? |
|
| Back to top |
|
 |
References
|
Posted: Fri Feb 13, 2004 8:30 pm Post subject: Re: why we don't need compiler sort of thing in rexx? |
 |
|
|
 |
mmwife
Super Moderator
Joined: 30 May 2003 Posts: 1474
|
|
|
|
Hi SG,
REXX can be compiled or run as an interpreted task. When run as the latter each stmt is interpreted before it's right executed. The value in this is that changes to code are experienced quickly. The disadvantage is that the execution time is longer.
Regards, Jack. |
|
| Back to top |
|
 |
mmwife
Super Moderator
Joined: 30 May 2003 Posts: 1474
|
|
| Back to top |
|
 |
|
|