Hello, Is there a benefit in implementing this as a macro instead of a function? The function version would be very simple:
(defn returning [returnval & body] returnval) This is just a K combinator with varargs. Robert Pfeiffer --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] 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 -~----------~----~----~----~------~----~------~--~---
