indeed I see your work is very much advanced than my one is and that is
one reasons I decided to drop my project and not write another py2js
tanslator ;) There is also the great approach of the PyPy people that is
more general but very promising:
http://codespeak.net/pypy/dist/pypy/doc/js/using.html
It is sad to see that such a great project like Pyjamas has not become
more popular. Maybe for the Python community it is to complex. Also some
online examples and documentation is missing.
Did you ever think about splitting the project to the Python2Javascript
part and the GWT emulation part? GWT seems to be a reinvention of the
wheel and those Javascript specific features could also be covered by
ExtJS, YUI, Dojo or other Toolkits.
Well to come back to your initial question: I ask myself how I could
contribute to your project? My proposal is: 1. I could try to separate
the "pyjs" part of Pyjamas. 2. I would like to include this into a small
tool that replaces <script language="Python">...</script> part with
Javascript, like Pyxer did before. 3. In my new project I create a new
templating language where these features could easily be integrated.
If you have more ideas, please let me know.
Best regards and good luck for Pyjamas
Dirk
Juan M. Puertas schrieb: