"Steven Kryskalla" <[EMAIL PROTECTED]> writes: > Another interesting feature is CrackAJAX, which allows you to write an > Ajax page with Python code. It's kind of like 'jsonify', but instead > of Python datatypes, it converts the actual Python code to javascript. > Rails does this in some places (like form_remote_tag which can update a > div remotely using only Ruby code), and it can make rapid development > of Ajax apps easier.
This is really interesting, after all, Python is easier to read and maintain than JavaScript. :-) -- Jorge Godoy <[EMAIL PROTECTED]>

