Daniele Scasciafratte
Daniele Scasciafratte
I think that for some commands can be helpful to have them natively and others instead that are external, like `contrib-commands`. As example the GNU commands like mv/cd/ls/find/cat/mkdir etc should...
Looking at the docs there is no way right now to write a Class but for something like that can be useful in the language itself.
I think like a Class object in any language and that the last method return the whole command generated.
So I fixed a couple of issue for that test on https://github.com/amber-lang/amber/pull/345 Basically the CI was caching the binary between runnings and now run forcing the english language (this in...
I think that now the issue is fixed as we compile at every change to Amber the build on testing.
Looking at the issues with Shellcheck we have issues with variables that aren't wrapped with `"` are reported. So I think that can be handy to: * Remap all the...
It is something that is language design, like the user can do whatever you want but if you use the std exposed by Amber automatically write Bash that is valid...
My bad I wrote wrong the word.
Tested now and the issue is still there
We have an error function in the stdlib now that exit the program.