Hacker News new | ask | show | jobs
by brazzledazzle 1659 days ago
It shines when you take advantage of it's object model. You are passing around and operating on objects with types, properties, etc. vs. what's effectively glorified string manipulation with bash. That comes with tradeoffs though like the one you mentioned. Memory usage when operating on large datasets is another.

Another big benefit mentioned elsewhere is that you can bring in C# directly into the shell.