I just wrote a moving average class in Java: https://github.com/CecilWesterhof/JavaExamples/blob/master/MovingAverageQueue.java
I was just wondering: what is the best way to translate this to Clojure? At the moment Clojure does not have a queue. Should I just use the Java calls, or is there a better way? -- Cecil Westerhof -- 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 --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
