http://translate-pyjs-org.appspot.com/
default opts only for now; in future will add linking and project build support (needs caching/etc to work decently), possibly with minification and packaging. ... this has a purpose, but i'll come back to that. source will be available at some point very soon. # curl -i -F 't=@library/pyjamas/DOM.py' -F 't=@library/pyjamas/History.py' http://translate-pyjs-org.appspot.com/ # find ./pyjamas/library/ -name '*.py' -printf 't=@%p\n' | shuf -n4 | xargs -I{} curl -i -F{} http://translate-pyjs-org.appspot.com/ -- C Anthony

