Are there any languages that compile to Bash?

后端 未结 8 1374
夕颜
夕颜 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:47

    I tried all of the above (results) and started powscript.

    Differences powscript vs the tools above

    • extremely portable preprocessor (100% bash)
    • balances between coffeescript and bash
    • hasslefree portable all-in-one-file compiler/runtime, written in bash
    • loose transpiler: inline bash always possible

提交回复
热议问题