Quote:
Originally Posted by JohnnyD
Ha, Rexx... been using that, somewhere in my mainframe and OS/2-days
But, how easy is it to incorporate Rexx into Sigil?
|
I only did the "installation" part for TakeCommand - which still has Rexx support. That was dead easy: just copy the dll into the same directory as TCMD.exe (or a %PATH% directory) - even works for USB-Stick installations.
Apart from that Rexx - like Lua - is designed for embedding - so I expect it to be easy enough. OORexx is written in C++ BTW.
If you decide for it: I maintain the OORexx port for MacPorts as well - so I can make sure things work the way they should work.
Martin