On Sat, Dec 1, 2012 at 1:24 AM, Mic L <[email protected]> wrote: > Hello, > Any plans to do a mobile Pyjs like mGWT ( http://www.m-gwt.com/ )?
no plans, but would certainly make for an interesting/worthwhile companion project, should someone decide to take the initiative. over time the existing library -- save the bottom-most layer actually implementing DOM/CSS/XHR/etc -- will be decoupled from the real workhorses... the translator and real-time libraries... ie. the `pyjamas` construction kit becomes an independent entity. in this sense, mGWT -> mGWTpy(?) would simply be another/equal consumer/member of the pyjs platform. ...any library remaining in the pyjs default namespace must be (near) wholly automated and next to maintenance-free... the platform and librari(es) are very different animals (requiring largely different skill-sets/interests), and there is little need to co-mingle or imply barriers to new users/developers. -- C Anthony --
