Christophe Weblog Wiki Code Publications Music
added clojure multimethods to related work
[paper-els-specializers.git] / els-specializers.org
index e2230e6b53244e33faa1364fd7365085ca9d289d..6e60f10e2aea8a528f47bc0889ea42b1cc05b87c 100644 (file)
@@ -478,6 +478,9 @@ est))
     thought needed for method redefinitions but otherwise working
     fine.
   - [ ] Sheeple
+  - [ ] Multiple dispatch in Clojure
+    http://clojure.org/multimethods -- seems to allow hierarchy-based,
+    eql and the equivalent of filtered dispatch
 * Conclusions
   - protocol for straightforward definition of custom dispatch
     + interoperates seamlessly with rest of CLOS: method combination,