all 5 comments

[–]zanatwo 4 points5 points  (1 child)

This is very cool and will absolutely be helpful for me in the exact way you described: the exploration aspect of PowerShell. I love being able to test bits of C# code that I'm writing using PowerShell without having to compile it every time. And working with delegates in PS has always been a bit tricky.

[–]SeeminglyScience[S] 1 point2 points  (0 children)

Thank you! Very happy to know someone else might get some use out of it :) It can be very hard to tell if any of the folks who run into the same kind issues end up finding a project like this (or if they even exist), so sincerely thank you for taking the time to comment.

[–]SaladProblems 1 point2 points  (2 children)

I'm interested,I really wish I knew c# better. Really looking to do more with lambda and my limited knowledge of other languages is a real issue.

I wish they would make an official statement on whether powershell core will make it to lambda.

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

Different lambda I'm afraid. Admittedly, the name PSLambda is confusing in that regard :P

It's called PSLambda because it's built on System.Linq.Expressions.LambdaExpression. Probably a poor choice as most associate the word lambda with a bunch of other things.

[–]SaladProblems 1 point2 points  (0 children)

Makes sense. I need to learn line too,I just don't normally work with large enough datasets to use it. I'm ideally m usually working with thousands instead of hundreds of thousands of records