Comment on A Road to Common LispparentComments−cultus8yClojure multimethods actually can do more than CL multiple dispatch, because they can dispatch by value rather than just type.−guicho2718288yCLOS can dispatch by value with eql specifier...−fiddlerwoaroof8yYou can implement Clojure multimethods as an extension of CLOS: https://github.com/pcostanza/filtered-functions
Comments
Clojure multimethods actually can do more than CL multiple dispatch, because they can dispatch by value rather than just type.
CLOS can dispatch by value with eql specifier...
You can implement Clojure multimethods as an extension of CLOS: https://github.com/pcostanza/filtered-functions