The Programming Language compiled to Bash.
Write your scripts in a modern type-safe and runtime-safe programming language that handles many bugs and mistakes during the compilation process.
Write
Compile
Execute
Modern Syntax
You will find many of the language features familiar, allowing you to get up and running much faster than if you were learning Bash from scratch.
Runtime Safety
It’s one of the key components missing from regular shell scripts. It can help you catch many bugs at compile time.
Type Safety
Amber ensures that you handle everything that could fail. Each Bash command and function that could fail must be handled in some way.