4 ms·
I expect the performance/parallelism complaints. It's interesting that the tl;dr also includes "packaging and distributing an app is a reason go > python". Pyt
by simeonf 11y ago
I expect the performance/parallelism complaints. It's interesting that the tl;dr also includes "packaging and distributing an app is a reason go > python".
Python needs a .war format and I'd like to see more people get behind https://github.com/pantsbuild/pex https://github.com/pantsbuild/pex
- WorldMaker 11y agoThe original Python .war equivalent was the .egg, but that's slowly losing ground to the .wheel.
- WorldMaker 11y agoOh wait, I'm confusing .jar and .war, aren't I? I think .wheel has some .war-like characteristics, thus it's growing popularity, but an not sure.