5 ms·
Or, you know... Python.
by khanan 8y ago
Or, you know... Python.
- robotmay 8y agoWhat if you don't like Python?
- hughes 8y agoHow do you make a statically-linked, single-file web app with python?
- pjmlp 8y agoWith something like py2exe.
- IshKebab 8y agoHa, Python is probably one of the hardest to distribute languages out there. Hence the creation of virtualenv, grumpy, py2exe. None are proper solutions.