<br><div class="gmail_quote">On Tue, Jun 14, 2011 at 1:46 AM, Chris Angelico <span dir="ltr"><<a href="mailto:rosuav@gmail.com">rosuav@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im">On Tue, Jun 14, 2011 at 6:39 PM, Martin P. Hellwig<br>
<<a href="mailto:martin.hellwig@gmail.com">martin.hellwig@gmail.com</a>> wrote:<br>
> On 14/06/2011 07:31, Chris Angelico wrote:<br>
> <cut><br>
>><br>
>> But if anyone feels like writing an incompatible browser, please can<br>
>> you add Python scripting?<br>
><br>
> You might find that Pyjamas already fill your needs python/javascript wise.<br>
> It is truly great to just write python, translate it, and then have it work<br>
> in the browser.<br>
<br>
</div>I had a (very) quick glance at that; it entails a fairly large library<br>
that has to get loaded. It still comes down to "the only way to<br>
improve this is to dish out a huge helping of .js to everyone who<br>
comes", which imho is unideal.<br>
<br>
That said, though, my context for this job was "tiny thing, just do<br>
the same as you're doing on the back-end". For something larger, I may<br>
well give Pyjamas a whirl.<br></blockquote><div> </div></div>You probably want Pyajamas + a javascript compressor.<br><br>I'm a little mystified why people keep talking as though Pyjamas doesn't exist. Granted, it's only Python 2.x, but still.<br>
<br>