Christophe Weblog Wiki Code Publications Music
added clojure multimethods to related work
authorJan Moringen <jmoringe@techfak.uni-bielefeld.de>
Sat, 8 Feb 2014 17:53:59 +0000 (18:53 +0100)
committerChristophe Rhodes <csr21@cantab.net>
Mon, 24 Feb 2014 16:35:45 +0000 (16:35 +0000)
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,