Phoenix Himself
Phoenix Himself
I love that idea of `'T` syntax @mks-h ! Great job!
@soumyaDghosh please close this issue once you resolve this problem
@CymDeveloppement so you propose to introduce constants. I don't see any reason not to do add it to Amber. Not that much important for now though. I'll mark it as...
My proposition: - target is **bash**: use `readonly` syntax - target is **sh**: replace all occurrences with the constant
I'm still not a big fan of having the `len` function in a `std/text` module and nothing like that in `std/array` module as it works for both text and arrays....
So the `///` should be persisted in code as `#`? Will do.
@Mte90 to fix the shell check warnings I propose you to go get the minimal Amber code needed, generate bash from it and then try to understand the root cause...
Well this is a good question. When Amber was first created I was not focusing on maintaining packages. Now since there are propositions to maintain Amber via Homebrew tap or...
I think that creating `brew` tap, PPA repository etc. Would be of higher priority right now. We should discuss that more on GH Discussions
> when would be the right time to do this, though? sending an HTTP request somewhere each compilation seems very unnecessary and time consuming. also the users might not like...