On Fri, Dec 5, 2008 at 5:15 AM, Kless <[EMAIL PROTECTED]> wrote: > > I've looking for any bridge between python and JS to building easily > the user interfaces (client side). --I dislike JS, and it's heavy to > have to know and deal with HTML, CSS JS and the API of any JS > framework-- > > Ago time I had seen Pyjamas [1], "a stand-alone python to javascript > compiler, an AJAX framework / library and a Widget set API." It > already has been released a stable version (0.4) > Even though I agree with you on principle, JS sucks (runtimes not the language) and having to sync your code across 4-5 files sucks. I don't think this is the right solution, code generation is at best ugly, at worst totally useless.
That said it's a valid alternative and some applications may benefit from it. > I found a great article [2] about it and in general about programming > on client side. What do think about pyjamas? I think that would be > fantastic developing all web application into a same language, in > addition it could speed up enought the time on developing. > > I would to know if Pyjamas could be easily integrated on Pylons. > > > [1] http://pyjamas.sourceforge.net/ > [2] http://advogato.org/article/993.html > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
