Skip to content
This repository was archived by the owner on Jan 2, 2025. It is now read-only.

Capture what is actually used in closures instead of the parent scope at time of capture #6

Open
Lucassifoni opened this issue Apr 24, 2024 · 0 comments

Comments

@Lucassifoni
Copy link
Owner

This one is easy : we should scan the closure body for symbols that are not present in its arguments nor created in the closure.
Beware of nested closures though : this should work recursively.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant