I'm so excited by server-side Javascript. My plan is to also have both RecentChanges and PageHistory created solely in Javascript. Not only does this trivially allow the dynamically-generated content to match the statically-served pages, it also allows us to DevolvePower over these three critical community interfaces. -- ChrisPurcell
It's not part of Pylons as such; I used the python-spidermonkey library. (My advice: get the source from subversion, it works better, and if you're using the standard Pylons policy of a sandboxed Python install, you'll need to do the last step of copying a lib file to $PYLONS_HOME/lib yourself.) Yes, that is a key advantage! -- ChrisPurcell
Btw, I also recently heard of the [Pyjamas] Python->Javascript compiler. There's also a smaller project, [pejs], to write a python bytecode interpreter in javascript. Here's a page discussing [Pyjamas on the client and Pylons on the server]. -- BayleShanks