I've some questions about generating checksum patterns with Clojure. 1.) The simple case. Suppose I arbitrarily decide that in my project the correct answer will be 2, and I want this to be generated by 4 numbers. Is there a Clojure library that would give me:
2 8 4 7 1 1 2 2 4 1 3 4 with the understanding that the first 3 numbers will be added and then divided by the last number? 2.) Are there libraries that help with higher level patterns, and patterns that embed multiple patterns? -- 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.
