From: Jan Moringen Date: Sat, 8 Feb 2014 17:53:59 +0000 (+0100) Subject: added clojure multimethods to related work X-Git-Url: http://christophe.rhodes.io/gitweb/?p=paper-els-specializers.git;a=commitdiff_plain;h=159834211c053850bf2c6d7367030180c7c2fe5a added clojure multimethods to related work --- diff --git a/els-specializers.org b/els-specializers.org index e2230e6..6e60f10 100644 --- a/els-specializers.org +++ b/els-specializers.org @@ -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,