Amber: Programming language compiled to Bash

原始链接: https://amber-lang.com/

在本文中,作者表达了他们对简化 Bash 或 POSIX shell 脚本编写的工具的渴望,并与用于 HTML 电子邮件的 MJML 等工具进行了比较。 他们批评当前方法的复杂性和对外部依赖的需要,并提出了诸如定义编译脚本的环境和改进 Bash 本身等解决方案。 此外,他们还讨论了在尝试将一种名为 Amber 的假设语言编译为 Bash 时遇到的困难,并对那些尽管精通其他编程语言但仍避免学习 Bash 的人表示沮丧。 总的来说,作者主张理解和掌握 Bash 以实现有效的 shell 脚本编写。
相关文章

原文
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 compilation process.

Write

Compile

Execute

types
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.

types
Runtime Safety

It’s one of the key components missing from regular shell scripts. It can help you catch many bugs at compile time.

types
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.

A portable solution for Unix

based operating systems

Platforms

macOS   &   Linux

联系我们 contact @ memedata.com