Coder of Salvation / Leon van Kammen
Coder of Salvation / Leon van Kammen
TBH I haven't tried bash v5 though. but I really like the idea. Writing the compiler in powscript itself is the dream!
wow this is indeed odd :D
thanks! good to know!
i see. Maybe a silly question, but why would we want to do `${$s}` if we can do `${s}`? And if the powscript transpiler can output any text, shouldn't it...
Afaik in shellscript reference-notation (without $) is only used in (undoing) declarations & assignments, not in if-statements etc. As confusing as that already is, maybe we should stick to that?...
hm, im on the bus right now, so i'll have to digest these truths about shellscript :) On Sep 4, 2018 5:30 PM, "fcard" wrote: But that will print false...
fcard! Interesting, you're using 'set' to overwrite the positioned variables?
interesting! I can see you were in a creative mood :) The string-composition using `case` seems to indicate that for-loops were too expensive? I really like the usage of array:shift...
Absolutely no problem, no need to stress, otherwise it's not fun to work on :) On Thu, Sep 17, 2020 at 9:11 PM fcard wrote: > Sorry for the break,...
Thx for the feedback. I'll remove the name. I also agree that the most important focus now is the compiler itself. On Sat, Sep 1, 2018 at 11:54 PM fcard...