Are there any languages that compile to Bash?

后端 未结 8 1387
夕颜
夕颜 2021-01-30 02:13

I both love and hate writing Bash. I love that it\'s so streamlined for operating on files and working with processes (I agree with this popular question that it\'s way

8条回答
  •  星月不相逢
    2021-01-30 02:44

    You could also try Batsh, which is a DSL (Domain-Specific Language) that compiles a C-syntax language to Bash (and Windows Batch).

    • Project
    • Online demo

提交回复
热议问题