Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

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




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: