Comment on What are the recommended scripting languages for complex shell scripts beyond bash?
darcy@sh.itjust.works 1 year agojust for simple tasks, where i need something between the simplicity of bash and the type safety of rust. its just my personal preference when it comes to scripting, although i do believe it should be the first consideration for choosing a user friendly but powerful embedded or config language, like for neovim, especially if performance is a concern, but it will ofc not always be the best option. the 1 index is certainly annoying though, but i would personally rather that than anything to do with python, especially whitespace. the if…then
and for…do
is the same as bash, so i dont think its that bad