risor

Fast and flexible scripting language for Go developers and DevOps

brewmacoslinux
Try with needOr install directly
Source

About

Fast and flexible scripting for Go developers and DevOps

Commands

risor

Examples

Execute a Risor script file$ risor script.risor
Run Risor code directly from command line$ risor -c 'print("Hello from Risor")'
Start interactive REPL for Risor scripting$ risor