Amber is a [[GPLv3]] licensed transpiling shell scripting language written in [[Rust]].
- [Website](https://amber-lang.com/)
- [Source](https://github.com/Ph0enixKM/Amber)
- [Documentation](https://docs.amber-lang.com/)
> Programming language that compiles to Bash. It's a high level programming language that makes it easy to create shell scripts.
# Notability
# Philosophy
Its syntax is inspired by [[Javascript]] and influenced by [[Rust]], without semicolons. Overall I would say it is cleaner and easier to read than either.
# Platform Support
# Features
- Gradual typing
- Arguments may optionally specify their type, but if you do so then all arguments as well as the return value's type must be indicated
# Tips
# References