Alex Nadalin
Alex Nadalin
Also, just to give you an understanding why parsing such commands is a pain, here's an example: ``` $(echo ")") ``` Now, the parser would have to know that the...
It's not deprecated as we will keep it supported, at least because embedding commands is a lot easier with this syntax. Though I think it's gonna be bound to have...
Oh jeez! It's in the docs folder :) sorry for the trouble!
Try this trick: go to the home of the repo, type 't' and then you can search by filename ;-) On Thu 10 Jan, 2019, 11:27 PM nicerobot No worries....
Oh, I thought mac's hasd the OSTYPE variable already set like linux: ``` ~ ᐅ echo $OSTYPE linux-gnu ``` Would super-appreciate a PR :)
Ok, then I assume we should just look for the prefix Darwin in the ostype :) On Sun 13 Jan, 2019, 7:16 PM nicerobot It's set but not to anything...
@manishalankala are you working on a mac M1?
More specifically, could you try to use this modified version of the installer and let me know whether it works? https://gist.github.com/odino/4795c7707964a25af2cb566493edd7ae
@nicerobot btw I'm thinking of using backticks instead of ${}. It would solve some silly escaping issue while staying true to a familiar bash syntax. What do you think? I've...
I'm a bit on the fence on this, mainly because I prefer to have a terse language than end up like python -- which has good command support with minimal...