Skip to content

Consider adding LINQ-like Lambdas #96

@sancarn

Description

@sancarn

Just a heads up, we've made a Lambda class which could be useful in VBCorLib also, it should be compatible.

It would allow code similar to:

set newNumbers = numbers.Where(linq("$1 mod 2 == 0").OrderBy(linq("$1"));

It should be usable in VB6 as it is. Bear in mind our current parser doesn't manage parameter names, but with a little modification we should be able to change that to something more like linq: (p1,p2) => p1*p2.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions