To be honest for the intended purpose of tldr (a script that you run every once in a while), python is quite alright. Python is way more accessible than C.
But cli tools that are intended to be built upon by others with UIs and larger programs, they absolutely need to be built on a low level language so they can be faster and not drag down downstream projects’ potential.
To be honest for the intended purpose of tldr (a script that you run every once in a while), python is quite alright. Python is way more accessible than C.
But cli tools that are intended to be built upon by others with UIs and larger programs, they absolutely need to be built on a low level language so they can be faster and not drag down downstream projects’ potential.