Skip to content

Support for Metalua / MoonSharp Lambda Syntax: |x, y| x + y #604

@markthequark

Description

@markthequark

I'd like to request support for lambda syntax anonymous functions used by Metalua and MoonSharp.

With lambda syntax

|x, y| x + y

is treated as syntax sugar for:

function(x, y) return x + y end

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions