7 ms·
Looks really cool. And i love Python. However, I think the Python Syntax will make it hard to minify the code, which is probably not that important anyway when
by jachwe 14y ago
Looks really cool. And i love Python.
However, I think the Python Syntax will make it hard to minify the code, which is probably not that important anyway when not in production. But for production usage it would be cool to have a real compiler instead of an interpreter.
But yeah. Cool stuff.
- limpangel 14y agoI guess you could just gzip your python code without minification, here's a little bench: https://github.com/jch/gzip_vs_minify https://github.com/jch/gzip_vs_minify