Another option for scripting: SpiderMonkey
Posted by mholmes on 05 Mar 2008 in Activity log
I've discovered that there's a connector for Delphi and Mozilla's SpiderMonkey JavaScript engine, called JavaScript Bridge. This looks very promising indeed, and JavaScript as a scripting language would be more universally acceptable than Pascal nowadays. I'm still looking at examples and doing research; at the moment, the main issues are support for D2005+ (the code only goes up to D7); WideString support (I've found a cryptic compiler switch in the jsconfig.inc
file that seems like it might enable it); and licensing/redistribution (the Moz components are MPL, but it also requires MSVCR70.dll
).
I'll build a test app as soon as I get a chance.