Re: [ANN] MIDLE - Almost an Alternative to EXECUTE [message #89166 is a reply to message #89165] |
Wed, 30 July 2014 06:34  |
markb77
Messages: 217 Registered: July 2006
|
Senior Member |
|
|
On Wednesday, July 30, 2014 1:36:01 PM UTC+2, SonicKenking wrote:
> Another potential usage is to provide a scripting language interpreter for a GUI application. Something like how you can script Photoshop with VBScript. In MIDLE's case, the scripting language happens to share the same syntax as the language with which the application itself is written in.
>
>
>
> MIDLE as it is now lacks support for program control constructs, e.g. IF/ELSE, FOR, etc, which is pretty much mandatory for a proper scripting language. But it is possible to add them. In fact, this potential now really makes me want to add more features to MIDLE.
I'm not sure that I fully understand this, but it seems very useful. I am also writing a GUI application which would benefit from the ability to be scripted...
ah - I see. If one had their IDL code already built into a SAV file... using this tool one would still be able to add features to the code by writing a "plugin" module (in IDL) and then using MIDLE to execute it. This would also be VM-safe. cool!
|
|
|