-
Notifications
You must be signed in to change notification settings - Fork 41
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
clojure.core/add-watch unimplemented #790
Comments
Hi @djblue 👋! None of the libraries I have ported have needed them so far, so they haven't been a priority. But if there is interest in having them that can change 😄. Issue #689 is meant to track the work for adding watches to reference types. As you can see in that ticket the current trade off is that watches would be added to atoms and agents but not to Vars. Would that work in your case? What reference type is using watches in your case? Thank you for the question! |
Thanks for the quick response @jfacorro! I would only need support for atoms at the moment so that shouldn't be a problem 👌 I use an atom to store a |
Awesome.
I do 😄 . There are things missing from the latest Clojure release (i.e. 1.10) because I think I have only applied the changes up until 1.9 (but even from that version there are still some missing though). Porting One aspect regarding |
I will create two new issues for bringing in the changes from 1.9 and 1.10 into Clojerl. Would you be fine if we close this issue after that? |
Hi,
In trying to port my library, portal, to clojerl, I noticed that add-watch isn't implemented. I get:
I'm not familiar with erlang or beam so I was wondering, is this is a technical limitation or something that just hasn't been prioritized?
Also, this project is awesome, thanks for all the hard work!
The text was updated successfully, but these errors were encountered: