Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!feeder.news-service.com!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.014 X-Spam-Evidence: '*H*': 0.97; '*S*': 0.00; 'python,': 0.01; 'context': 0.04; 'python': 0.08; 'incompatible': 0.09; 'pm,': 0.10; 'wrote:': 0.14; 'library': 0.15; 'angelico': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'loaded.': 0.16; 'tue,': 0.17; 'header:In-Reply-To:1': 0.21; 'received:209.85.210.174': 0.23; 'received:mail-iy0-f174.google.com': 0.23; 'message- id:@mail.gmail.com': 0.28; '"the': 0.28; 'subject:web': 0.29; 'fairly': 0.30; 'anyone': 0.32; 'martin': 0.32; 'to:addr:python- list': 0.33; 'chris': 0.34; 'translate': 0.36; 'received:google.com': 0.37; 'something': 0.37; 'received:209.85': 0.37; 'but': 0.38; 'subject:: ': 0.38; 'doing': 0.39; 'received:209': 0.39; 'add': 0.39; 'to:addr:python.org': 0.39; 'everyone': 0.40; 'helping': 0.60; 'your': 0.60; 'huge': 0.62; 'browser,': 0.67; 'browser.': 0.77; 'dish': 0.84; 'pyjamas': 0.84; 'glance': 0.91 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=Ma/n6KYWZ5T+QwVr9NlOlyo5KWTtrvzgpXT/PWoLZz4=; b=r/mFnOIjcwGz9g/OM4CJRfwW4RcB5qMk7vGixCeEbyTUYnNdPwPLLrG1c6y/iLyrG0 9XwOqdOZ6UNMJj/4Ftzf6gz+moCYL73g01w0eFG/OkQVZYe9itSI4cQP6+tqoKmMugpc tVNZNBKhduSZZhKASv8qro6zPfCQrzz3CCZSM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=FODimFPYm/0YaAppNQvocJGOVfZGw+/LgbP4rp+06Aja8t2DCiVTFPEHwqoqZ9A0/v 2d5PVZiZJYeFnkFLhQyqnAMmZKv7BSPXDatujjXrxcShOC9/x1lIq3pdAcMc5m5Og0Mq B9YMGeIZ8G/zhep5ZMwgrW3kuiJNgSgwFQqIw= MIME-Version: 1.0 In-Reply-To: References: Date: Tue, 14 Jun 2011 18:46:25 +1000 Subject: Re: Rant on web browsers From: Chris Angelico To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 22 NNTP-Posting-Host: 82.94.164.166 X-Trace: 1308041189 news.xs4all.nl 49179 [::ffff:82.94.164.166]:50525 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:7597 On Tue, Jun 14, 2011 at 6:39 PM, Martin P. Hellwig wrote: > On 14/06/2011 07:31, Chris Angelico wrote: > >> >> But if anyone feels like writing an incompatible browser, please can >> you add Python scripting? > > You might find that Pyjamas already fill your needs python/javascript wise. > It is truly great to just write python, translate it, and then have it work > in the browser. I had a (very) quick glance at that; it entails a fairly large library that has to get loaded. It still comes down to "the only way to improve this is to dish out a huge helping of .js to everyone who comes", which imho is unideal. That said, though, my context for this job was "tiny thing, just do the same as you're doing on the back-end". For something larger, I may well give Pyjamas a whirl. Chris Angelico