Rant on web browsers

Daniel Kluev dan.kluev at gmail.com
Tue Jun 21 03:12:39 EDT 2011


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



More information about the Python-list mailing list