←back to thread

535 points raddad | 1 comments | | HN request time: 0.001s | 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 #
vdnkh ◴[] No.11390802[source]
>I wonder what will happen to Powershell now

For Windows shops (like my current job), it will most definitely be sticking around

replies(1): >>11390859 #
TheOsiris ◴[] No.11390859[source]
has PS been adopted that widely? the syntax always struck me as weird
replies(2): >>11390913 #>>11391668 #
1. vdnkh ◴[] No.11390913[source]
For automated building/deploying .NET projects on Windows you have very little choice. Powershell has its own libraries to invoke MSBuild and it's integration with .NET saves a ton of effort on more complex tasks (like parallelization, background jobs, and service management). Is it irreplaceable? Maybe not, but it's clearly the most powerful tool for the job.