Dart UI library is being build ontop of W3C Web Components specification. This will actually make it much easier for us to use non-Python widgets/components in pyjs.
- lex On Sun, May 19, 2013 at 3:33 PM, C Anthony Risinger <[email protected]> wrote: > On Sun, May 19, 2013 at 2:22 PM, Lex Berezhny <[email protected]> wrote: > > [...] > > >> A less radical approach might be to look at how dart2js works and if it's >> modular enough maybe we could feed it a Python syntax tree modified to look >> like Dart. This way we'd get all of the optimizations and other features >> that dart2js applies to the generated javascript. >> > > i assume dart2js is itself written in Dart? is there an accompanying > [widget] library that could supplant GWT libs? > > -- > > C Anthony > > -- > > --- > You received this message because you are subscribed to the Google Groups > "Pyjs.org Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- --- You received this message because you are subscribed to the Google Groups "Pyjs.org Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
