Comment on Show HN: multimethod.js - a Clojure-inspired multimethod library for JavaScriptparentComments−swannodette14yIt doesn't have to be any slower than highly optimized switch statements if you're willing to compile to JavaScript. All you need analysis / compilation support. I've been working on this for a while now for Clojure / ClojureScript.
Comments
It doesn't have to be any slower than highly optimized switch statements if you're willing to compile to JavaScript. All you need analysis / compilation support. I've been working on this for a while now for Clojure / ClojureScript.