I waddled onto the beach and stole found a computer to use.

🍁⚕️ 💽

Note: I’m moderating a handful of communities in more of a caretaker role. If you want to take one on, send me a message and I’ll share more info :)

  • 7 Posts
  • 13 Comments
Joined 2 years ago
cake
Cake day: June 5th, 2023

help-circle

  • I think it’s to make it easier to write bash scripts, for those who are new or when the script is doing a more critical task

    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.