Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement closures #11

Open
joajfreitas opened this issue Jan 2, 2022 · 0 comments
Open

Implement closures #11

joajfreitas opened this issue Jan 2, 2022 · 0 comments
Assignees
Projects

Comments

@joajfreitas
Copy link
Owner

(lambda (x) (lambda (y) (+ x y))

In this type of construct the inner lambda is not able to access the x variable

@joajfreitas joajfreitas self-assigned this Jan 2, 2022
@joajfreitas joajfreitas added this to To do in Flox Jan 2, 2022
@joajfreitas joajfreitas moved this from To do to In progress in Flox Jan 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Flox
  
In progress
Development

No branches or pull requests

1 participant