What is the most mettaful way to work with "global" variables? #63
Labels
help wanted
Extra attention is needed
question
Further information is requested
tutorial
Tutorial question
Suppose we have accounts that are associated with some users.
We can change the number of assets by changing the state.
!(change-state! &acc1 (usdt 200))
Is this representation the right one for the described model?
Suppose we have to implement a loop for buying assets by all the users. Buying process can only be made by some fixed portions. Thus we need reasonable amount of iterations to satisy some critical value
thresh
that is simply a sum of all assets.How to do that iterations in the most effective way?
The text was updated successfully, but these errors were encountered: