Pyjamas: writing AJAX applications in Python
Posted Aug 27, 2009 15:15 UTC (Thu) by
hppnq (guest, #14462)
Parent article:
Pyjamas: writing AJAX applications in Python
That "Hello World" strikes me as very ugly, and a 23k line timesheet application makes me shiver. (A one page Gmail client?!) It looks to me that this is especially appealing to developers who simply want to develop in Python, and not in javascript and HTML. Fair enough.
But the main attraction of running code unadapted on the desktop and in a browser is the abstraction of the language. Technically these things are not extremely challenging; you can (already) develop, run and debug javascript on your desktop, with or without a browser. But being able to write things like
<window><button/></window>
and run it in a browser, or from the desktop, or in your head -- that is something completely different. Something like xul, what a relief.
(
Log in to post comments)