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!newsgate.cistron.nl!newsgate.news.xs4all.nl!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.055 X-Spam-Evidence: '*H*': 0.89; '*S*': 0.00; 'python,': 0.01; 'python': 0.08; 'compiled': 0.17; 'header:In-Reply-To:1': 0.21; 'received:209.85.210.174': 0.23; 'received:mail- iy0-f174.google.com': 0.23; 'code': 0.24; 'message- id:@mail.gmail.com': 0.28; 'subject:web': 0.29; 'bare': 0.30; 'dom': 0.30; 'it.': 0.31; 'to:addr:python-list': 0.33; 'actually': 0.33; 'daniel': 0.34; 'received:google.com': 0.37; 'received:209.85': 0.37; 'could': 0.38; 'size,': 0.38; 'subject:: ': 0.38; 'received:209': 0.39; 'to:addr:python.org': 0.39; 'best': 0.60; 'your': 0.60; 'further': 0.65; 'pyjamas': 0.84 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=N2bTrJiZg97a14S6I/zUYG7JcI+MRtGFsYVUJcxCpC4=; b=ttTfnhekwry/vBhZCTBxsWdbbO3NMCvm3ViPBXYpFdWHcQgD09c+kTrjWHk0VJ/aA8 6EW/3yOW+OJRUhLEmhXONYLFmKEN3Wc2wa9jg7rkLdTHe8oeGr5U6B8VGCBx+2NTso22 eeZzBrGGCAOqUcEh+4LbVpETMsI7hTfjUZFdM= 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=oQlh9YW5ALdNhgXZR99kwmLb2O/qme7KF8HfjGD9ep3f7MmGVMu4aP0aE4hZIHaUUy lwJeWp6XbbU6YuiwNFYQ3oFMnbSwoPyDXk+8yAGJ1+OZru5wm5tpWINFfFeX5p1p4ZtP PvqKgBjpwojkZYtmqOaL4xucpL8Q7ZqrrTfAo= MIME-Version: 1.0 In-Reply-To: References: Date: Tue, 21 Jun 2011 18:12:39 +1100 Subject: Re: Rant on web browsers From: Daniel Kluev 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: 11 NNTP-Posting-Host: 82.94.164.166 X-Trace: 1308640361 news.xs4all.nl 49048 [::ffff:82.94.164.166]:54431 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:8078 Regarding pyjamas lib size, its actually not that big if you want only bare python, without DOM wrapper. You only need pyjslib, which is less than 30kb gzipped when compiled even with --strict (quite verbose mode). Even that could be further reduced if you drop unused by your code python features from it. -- With best regards, Daniel Kluev