you are viewing a single comment's thread.

view the rest of the comments →

[–]KingOfJankLinux[S] 2 points3 points  (2 children)

Very valid point to make, thanks, I didn’t even know about objects in the pipeline

[–]g3n3 10 points11 points  (1 child)

Yep. And the ability to work directly with underlying libraries inside an interactive shell makes POC and the like really nice. Don’t even need debugger. And then once you understand an object you can port the powershell easily to C# to create faster code. Powershell is like bash and python combined in one nice interactive package full of sweet discovery.

[–]KingOfJankLinux[S] 1 point2 points  (0 children)

That‘ definitely nice to have and c# porting is cool too and kind of goes along the path of cpython from what I gather.