> I can see wanting a scripting engine that is easy to target multiple > languages but I don't see Rotor as being a very good fit for all the > reasons others have brought up here. However something that may be worth > investigating is the mono interpreted engine "mint". Mint is dreadfully > slow I'm sure (I haven't done any perf testing, but it *is* an > interpreter) but maybe for what you have in mind this won't matter (the > VBScript and Jscript scripting engines are not exactly speed-demons > either). I'm not saying it's necessarily a *great* idea, but it might > be worth checking out.
Or you could directly investigate the Mono JIT engine "mono" which ships with Mono. We are currently working on the "hosting" interfaces for Mono. The API will look a lot more like a Unix API than a COM API, as we do not support COM at this point. Miguel
