opensubscriber
   Find in this group all groups
 
Unknown more information…

p : pyxpcom@listserv.ActiveState.com 9 September 2005 • 6:50AM -0400

Re: [pyxpcom] How to do a Pythonic XBL?
by Brendan Eich

REPLY TO AUTHOR
 
REPLY TO GROUP




Brendan O'Connor wrote:

> I was wondering what people thought of how XBL should be python-ified.


XBL "1.0" (what's implemented in cvs.mozilla.org under
mozilla/content/xbl) should not be.

XBL 2 is under discussion among major browser vendors (except MS) and in
the w3c (where it may not end up being called that, or implemented in a
usable way except for SVG).  Mozilla could claim the trademark, and may,
but aside from standards politics and related train-wrecks, our plan is
to work quickly to prototype XBL 2, or perhaps XBL 1.5, in the next few
months, in a language-neutral fashion.  That means *no* intermingled JS
and XML, with method formals and name in the XML but bodies in CDATA
marked sections full of JS.

The idea is to completely separate implementation from interface and
generic data.  That way, you could implement in Python or JS, and the
caller would be no wiser.

/be

_______________________________________________
pyxpcom mailing list
pyxpcom@list...
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Bookmark with:

Delicious   Digg   reddit   Facebook   StumbleUpon

opensubscriber is not affiliated with the authors of this message nor responsible for its content.