Keith Hill explained me that blocks in PowerShell are not closures and that to create closures from blocks I have to call method .GetNewClosure().
Is there any elegant w
These links might be of some help they talk about closures in PowerShell 2.0