Find a more suitable language
Closed this issue · 0 comments
Uinelj commented
Currently using python.
Since tibl has to be easy to setup/use, using python can take some work (install pip, link to user dir, install requirements, etc etc.).
Investigate other solutions ?
- Compile python into a binary, containing everything that is needed.
- Use go, Docker guys like it because of the ease of deployment of go binaries.
- Strip down tibl-cli and make it usable on a python2.7 standard os installation.