On 04/18/13 12:06, larmbr zhan wrote: >> You're going to have to be (much) more specific with your application, what >> modules do you plan to implement, what applications does this help (if you >> know of any), etc. > Actually I am a huge fan of underlying stuff like OS, programming > language internals or so. So I think vbscript implementation is right > up my alley.
Yes, vbscript sounds right then. It's a nice language to learn from others' (MS in this case) mistakes :) > And For specific field in this component, I would said to fill some > blank of vbscript > component, since this may block some user applications . > e.g. http://bugs.winehq.org/show_bug.cgi?id=31025 > > I think picking up the implementation of array support for vbscript > would be a challenge > and a significant task. Well, support of arrays requires touching about every part of the engine, so it's not something for the first patch. It's better to start with simpler parts, like you already do. Cheers, Jacek