Hi Matt, I think there are people still using it and there were some updates this year. But given the size and complexity of a project like this I think it's as good as dead given the activity. I've tried to keep it going but there is just too much to do.
I've switched to using Dart. It lets you write OOP code (among a few other nice features in Dart) and will run in the browser both via Dart VM (Dartium) and compiled to JS. I don't think pyjs will ever match the type of optimizations and quality of JS produced by dart2js compiler. dart2js does tree shacking, inline optimizations, etc (the kinds of stuff 100s of the most brilliant programmers can crank out working full time). In certain cases JS generated from Dart is faster than hand written JS. I don't think there are any cases where pyjs generates JS that's faster than hand written JS. In the end, Dart VM is also significantly faster than CPython for server side use and doesn't have GIL issues, it makes better use of multiple CPUs and has an erlang inspired isolate/message passing features. - lex On Tue, Nov 11, 2014 at 4:57 PM, Matt <matthew.hodg...@gmail.com> wrote: > It doesn't look like pyjd gets installed alongside pyjs anymore. All the > documentation I've found is old and references installation files that no > longer exist. > > Is pyjd dead? > > -- > > --- > 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 pyjs-users+unsubscr...@googlegroups.com. > For more options, visit https://groups.google.com/d/optout. > -- --- 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 pyjs-users+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.