This is a heavily interactive web application, and JavaScript is required. Simple HTML interfaces are possible, but that is not what this is.
Post
James Brundage | MVP
mrpowershell.com
did:plc:hlchta7bwmobyum375ltycg5
Hmm.
I suppose one way to think of it would be in terms of a "automatic" y-combinator.
& $myinvocation.MyCommand.ScriptBlock # brief anonymous recursion example.
Let's me build a recursive lambda without ever saving it to a variable.
( $myInvocation is an automatic variable )
2025-09-03T16:56:39.410Z