Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #8078

Re: Rant on web browsers

References <mailman.210.1308033067.11593.python-list@python.org> <it76ov$98p$1@dont-email.me> <BANLkTin3eDk7T1SgGxvvO59MoAs32DcnPg@mail.gmail.com> <BANLkTi=YGDPUQrQzXz5Uapp4MUxE1tyA5A@mail.gmail.com>
Date 2011-06-21 18:12 +1100
Subject Re: Rant on web browsers
From Daniel Kluev <dan.kluev@gmail.com>
Newsgroups comp.lang.python
Message-ID <mailman.219.1308640361.1164.python-list@python.org> (permalink)

Show all headers | View raw


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

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Rant on web browsers Chris Angelico <rosuav@gmail.com> - 2011-06-14 16:31 +1000
  Re: Rant on web browsers "Martin P. Hellwig" <martin.hellwig@gmail.com> - 2011-06-14 09:39 +0100
    Re: Rant on web browsers Chris Angelico <rosuav@gmail.com> - 2011-06-14 18:46 +1000
    Re: Rant on web browsers Daniel Kluev <dan.kluev@gmail.com> - 2011-06-21 18:12 +1100
  Re: Rant on web browsers Asen Bozhilov <asen.bozhilov@gmail.com> - 2011-06-14 15:33 -0700
  Re: Rant on web browsers Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2011-06-22 18:37 +0200
  Re: Rant on web browsers lkcl <luke.leighton@gmail.com> - 2011-07-24 12:58 -0700
  Re: Rant on web browsers lkcl <luke.leighton@gmail.com> - 2011-07-24 13:00 -0700

csiph-web