Hacker News new | ask | show | jobs
by chipsa 2262 days ago
PWSH runs on top of the .NET runtime. So you can use any CLI language to write your code: C++, C#, VB, F#, Python, as well as PWSH.
1 comments

So you're locking yourself into an ecosystem. You have to replace everything with .NET.

Even existing things that are written in C++ or Python would have to be specifically rewritten to input and output .NET runtime objects. And why use that rather than any other object format that isn't tied to a specific vendor?