On Sun, Nov 30, 2008 at 12:11 AM, Jeff Bester <[EMAIL PROTECTED]> wrote:
snip > ;; used for order of evaluation table and for valid infix operators > (def +precedence+ > {'rem 5, > '* 4, > '/ 3, > '+ 2, > '- 1}) What's the significance of this map being named with a leading and trailing plus? I haven't encountered that before. -- R. Mark Volkmann Object Computing, Inc. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com 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 -~----------~----~----~----~------~----~------~--~---