Skip to content
This repository has been archived by the owner on Nov 5, 2023. It is now read-only.

Add Lambda Functions #8

Open
WilliamRagstad opened this issue Jan 30, 2022 · 0 comments
Open

Add Lambda Functions #8

WilliamRagstad opened this issue Jan 30, 2022 · 0 comments
Labels
∆ feature New feature suggestion ♥︎ good first issue Good for newcomers

Comments

@WilliamRagstad
Copy link
Member

Add first class lambda functions. Inline anonymous function declarations with the following syntax:

plusOne(any f) = (int x, int y) -> f(x, y) + 1; # Lambda
add(int a, int b) = a + b
addPlusOne = plusOne(add)
addPlusOne(5, 6) # 12
@WilliamRagstad WilliamRagstad added • enhancement New feature or request ∆ feature New feature suggestion ♥︎ good first issue Good for newcomers and removed • enhancement New feature or request labels Jan 30, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
∆ feature New feature suggestion ♥︎ good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant