Re: Scripting choices [Was: 2.4 Module List - zenity]



On Fri, Mar 28, 2003 at 09:51:38AM +0530, Biswapesh Chattopadhyay wrote: 
> I did a sort of informal survey about this on the lists a few months
> back and the consensus was that:
> 
> 1) We *really* do need a common (official) scripting framework.
> 2) Python should be the official scripting language.
> 

It seems to me that this thread was about an embedded scripting
language, similar to Lisp in Emacs. i.e. the app would have to have
explicit support for scripting and export specific bindings.

However, for functionality such as AppleScript (much more simple
macros, and you want ALL apps to support it with no extra effort) it
seems to me that you want to use the accessibility hooks. Those
already let you record and perform all GUI actions.

If we used the accessibility hooks for scripting I think it'd help a
lot with getting better testing and out-of-the-box workingness on
those hooks, as well.

Havoc




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]