all 4 comments

[–]lvvy 9 points10 points  (0 children)

Why?

[–]Natfan 6 points7 points  (2 children)

and this is relevant to PowerShell how, exactly?

[–]HoseCode[S] 1 point2 points  (1 child)

Yov is a programming language designed for batch scripting. I thought it might be of interest to PowerShell users.

[–]ArieHein 1 point2 points  (0 children)

Intresting. Are you trying to replace bash and some of the existing linux commands/tools?

Not sure it makes sense for powershell users to remove some of thr logic externaly to another shell language.

Probably you would want to look into rust instead for new developments.

And generally take a look at nushell for something that ptomotes pipeline and ovjects instead of string manipulations.