> From: [EMAIL PROTECTED] > What about OEM REXX complimers? Afaik there are some in the market. Do they > require > run-time library? How they support running the code with no run-time library?
As I understand it, the REXX compilers supplied by other vendors are not really 'compilers' in the traditional sense. What they do is encrypt the executable so the REXX source cannot be seen, and de-encrypt it at execution time. In other words, they don't need a run-time library because the source is simply passed to the interpreter and executed at interpreted speed. Dave Salt SimpList(tm) - try it; you'll get it! http://www.mackinney.com/products/SIM/simplist.htm _________________________________________________________________ If you like crossword puzzles, then you'll love Flexicon, a game which combines four overlapping crossword puzzles into one! http://g.msn.ca/ca55/208 ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html

