TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Power Shell rumored to be open sourced soon

13 pointsby rakshithbekalalmost 9 years ago

1 comment

reubenbondalmost 9 years ago
PowerShell is underrated. For those who haven&#x27;t tried it:<p>* It&#x27;s part-REPL, part-shell<p>* In addition to plain text, you can pipe objects between cmdlets<p>* Integrating with .NET dlls is very easy<p>* Objects can be represented as directories using a provider model (eg, navigate the windows registry: cd HKLM:\Software\Microsoft)<p>On the other hand, I always found asynchrony&#x2F;concurrency in PS to be a PITA. I wish it had async&#x2F;await.<p>For an example of how to write a PowerShell module, check out this PR on Orleans (open source .NET virtual actor framework) which lets you call into remote actors: <a href="https:&#x2F;&#x2F;github.com&#x2F;dotnet&#x2F;orleans&#x2F;pull&#x2F;1990" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;dotnet&#x2F;orleans&#x2F;pull&#x2F;1990</a>