Skip to content

Introduction

Bash scripts are great! They make our lives easier by allowing us to automate common workflows, saving valuable time.

However, writing Bash scripts is not great, and it can be time-consuming to get them right. One of the main reasons is the syntax - compared to today's popular languages, Bash's syntax is unusual and downright arcane in some places.

Wouldn't it be nice if we had an alternative with far more familiar and intuitive syntax, but still as powerful in what it can achieve?

Rad

Rad is a tool for running scripts written in RSL - Rad Scripting Language. RSL is designed to