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

Watches for reference types #689

Open
jfacorro opened this issue Jan 5, 2020 · 0 comments
Open

Watches for reference types #689

jfacorro opened this issue Jan 5, 2020 · 0 comments

Comments

@jfacorro
Copy link
Member

jfacorro commented Jan 5, 2020

This will be supported for Atoms and Agents, not Vars.

This limitation is rooted in the way Vars are compiled and represented during runtime (i.e. two functions, one returns the static Var information, the other the value or the actual function). Modifying the static value would mean recompilation of the whole namespace, which could be expensive and not desirable.

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

No branches or pull requests

1 participant