Hacker News new | ask | show | jobs
by jachwe 4933 days 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.

1 comments

I guess you could just gzip your python code without minification, here's a little bench: https://github.com/jch/gzip_vs_minify