PowerShell is open sourced and is available on Linux

Lambda the Ultimate - Programming Languages Weblog 2016-09-03

Summary:

Long HN thread ensues. Many of the comments discuss the benefits/costs of basing pipes on typed objects rather than text streams. As someone who should be inclined in favor of the typed object approach I have to say that I think the text-only folks have the upper hand at the moment. Primary reason is that text as a lingua franca between programs ensures interoperability (and insurance against future changes to underlying object models) and self-documenting code. Clearly the Achilles' heel is parsing/unparsing.

As happens often, one is reminded of the discussions of DSLs and pipelines in Jon Bentley's Programming Pearls...

Link:

http://lambda-the-ultimate.org/node/5367

From feeds:

Gudgeon and gist ยป Lambda the Ultimate - Programming Languages Weblog

Tags:

cross language runtimes

Date tagged:

09/03/2016, 14:34

Date published:

08/19/2016, 05:23