Hi,

Am 15.09.2009 um 23:05 schrieb Elliott Slaughter:

But suppose I want to (foo ::b) to print both "It's a b!" and "It's an
a!"? (This is equivalent to a super.foo() call in Java, or method
combination in CL.)

A little late answer, but well...

(defmethod foo ::b
  [b]
  ((get-method foo ::a) b)
  (println "I'm a b"))

Sincerely
Meikel

Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to