I'm using counterclockwise, clojure version 1.1.0. The exception stopped occurring I think I had to recompile the code.
I structured the code this way because of the way the problem is formulated (e.g. the owner should be the only one to inc materials etc), yet, the more I look at it the more it seems geared towards C concurrency mechanisms. Also, ask-materials and send-products should be call immediately after a certain threshold. ask-materials != dec, one decrements the other increments and the same for send-products and inc. Thanks for the dumping macro (I knew that macros eliminate code repetition but I didn't knew how to write one). -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en
