-
Notifications
You must be signed in to change notification settings - Fork 1
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
Consider func
and and sideEffect free
#5
Comments
The reason is that we have a global ID counter in the module to keep track of the symbols. I'll think about whether I can replace that either by a fully CT counter or some other solution. But I wouldn't bet on it. |
Well, I have a CT variant working locally. But that requires me to turn Two things:
|
If side effects are a requirement, I prefer an easier to maintain measurement package than a convoluted compile time thing to just make it work. I will convert my code to proc instead. The pro are far larger than the cons |
Yeah, I tend to agree. I've pushed the (not cleaned up) code here https://github.com/SciNim/measuremancer/tree/CTcounter if you want to look at it / play around with it. |
I was testing measuremancer on my fully "unchained" and "sideEffect" free lib, but I've found out that measuremancer calls imply Side effects
The text was updated successfully, but these errors were encountered: