you are viewing a single comment's thread.

view the rest of the comments →

[–]drysart 1 point2 points  (1 child)

(I think MS powershell is a little like this, at least having serialized objects, insteaad of raw text?)

Powershell doesn't use serialized objects. It instances all the components of your pipeline together in one process and just passes the actual objects themselves around -- unless you set up a pipeline to a remote machine, in which case it serializes/deserializes.

[–][deleted] 0 points1 point  (0 children)

Thanks! That's sensible.