Skip to content

lower lambda functions #525

@jon-wurtz

Description

@jon-wurtz

When using a ilist.map it is convenient to define the functions inline

ilist.map(lambda x: x+y, x)

However, for (all?) dialect groups, this raises an error

BuildError: Cannot lower Lambda node: <ast.Lambda object at 0xXXXXXXXX>

Feature request: lower lambda nodes to enable these convenient inline functions.

Metadata

Metadata

Assignees

No one assigned

    Labels

    C-enhancementCategory: This is an enhancement of an existing feature

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions