I'm working on a programming language aiming to replace Bash. It specifically targets CLI scripts where Python or Rust are overkill, but it contains a bunch of constructs that make it particularly well suited for CLI scripts, including arg parsing, table formatting, HTTP querying, Bash command invocation, etc.Keen to hear people's thoughts and feedback! GitHub here: https://github.com/amterp/rad
The docs site also contains a guide for getting started, including some of the unique features: https://amterp.github.io/rad/guide/getting-started/
No comments yet.