Re: goto...
- Posted by kbochert at ix.netcom.com Feb 09, 2002
- 743 views
-------Phoenix-Boundary-07081998- Hi Kat, you wrote on 2/9/02 3:41:20 PM: >Ditto, i agree 100%. The loops of "while", "if", and "goto" won't be used >in >every program for everything, but used when needed. Let me know when you >will be releasing it, Karl, and i'll borrow <sigh> some money to get the >official >release from Rob to put your code into. How will you be doing this? And >will >your code self install into the PD version? I hope you will be releasing a >direct replacement for eu.ex and eu.exw, and not something we must find a >compiler for an learn compiling tricks ourselves? > >Kat > As I understand it, you would not need to buy the RDS package. My Euphoria extensions can only have the capabilities of the PD version, plus the extensions I add, and is therefore free as far as RDS is concerned. RDS sells the Binding, Tracing, Translating and Profiling capabilities, and I do not know if they apply only to RDS Euphoria code, or work on extended programs as well. I am compiling the source code using LCC on Windows, to generate exw.exe. I assume that I can generate an ex.exe version fairly easily. I would then be in a position to distribute a windows or dos executeable along with some documentation, which I believe is legal under Rob's licence. Unix may take a little longer, unless someone is willing to get the modified source and compile it themselves. Speed: These modifications slow down Euphoria by an infinitesimal amount. Unfortunately, using LCC instead of Watcom for compilation slows the interpreter by about 20%. (Watcom is GOOD). Watcom is not currently available but I may switch to Borland (about 10% slower than Watcom). Getting the code to (appear to) work is only half the battle, but the thought that someone might actually buy it should spur my efforts. There may be errors above -- corrections are welcome. Karl Bochert -------Phoenix-Boundary-07081998---