Metadata on defmulti

2008-10-10 Thread Jeff V
Do multimethods support doc strings or other metadata? --~--~-~--~~~---~--~~ 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, se

Re: "if" small syntax change proposal

2008-10-10 Thread Jeff V
The current cond does allow "else" behavior. It's done using a final test that evaluates to something non-false and non-nil, such as the keyword :else. That said, the proposed arc/newlisp style if macro would be more tidy. Jeff - Original Message - From: James Reeves <[EMAIL PROTECTED]