←back to thread

535 points raddad | 3 comments | | HN request time: 0.601s | source
Show context
outworlder ◴[] No.11390508[source]
Hell has indeed frozen over, and that's good news! From the screenshots, that actually looks like a proper terminal too.

I wonder what will happen to Powershell now.

replies(8): >>11390590 #>>11390603 #>>11390633 #>>11390769 #>>11390802 #>>11391356 #>>11391928 #>>11392734 #
1. brazzledazzle ◴[] No.11390590[source]
Powershell will probably be fine. Besides them both being a REPL and scripting language they're very different. I guess the simplest way to put it is in powershell you're passing around objects and in bash you're passing around strings. That's an oversimplification though. I'd start wondering about powershell's future when bash starts getting the ability to tap into .Net the way powershell does.
replies(2): >>11390704 #>>11390891 #
2. TallGuyShort ◴[] No.11390704[source]
As exemplified by this announcement, Bash in isolation is not that valuable. It's the standard UNIX tools that most Bash scripts just assume are there that really round it out as a platform. Supporting the piping of objects instead of text? Not such a big deal. Replacing UNIX tools with object versions? I agree - very valuable, but now a massive undertaking involving redefining a lot of flags, etc.
3. TillE ◴[] No.11390891[source]
Right, PowerShell is probably irreplaceable as a sysadmin tool. But for other tasks lumped into the "scripting" category, I'd much rather use bash.