Replies: 3 comments 2 replies
-
Though I don't know what is the goal of Amber, I am personally using amber i) To run a script for some old servers ii) To achieve the zero-dependency, because almost every machine I maintain has Bash and iii) To use where bash is basically supported (github actions, user-data in cloud-init, Packer shell provisioner etc). So other shells then sh itself are not in the scope I am interested. What is your use case? |
Beta Was this translation helpful? Give feedback.
-
We have a ticket to track bash support, right now we are working to be most compliant with Posix and Bash latest version. We have a PR from @lens0021 that will help us checking for the various Bash versions. |
Beta Was this translation helpful? Give feedback.
-
It would be good if there is the section "Why Amber?" at https://amber-lang.com/ or https://docs.amber-lang.com/getting_started/getting_started. |
Beta Was this translation helpful? Give feedback.
-
What's Amber's stance on other compilation targets, such as Zsh, Fish, or pure POSIX? Maybe post 1.0? Today, could I safely use compiled Amber functions in my Zsh shell?
Beta Was this translation helpful? Give feedback.
All reactions