logo

Bending the CLOS Mop for Java-Style Single Dispatch

Posted by atgreen |3 hours ago |1 comments

atgreen 3 hours ago

I managed to get a clojure REPL running on Common Lisp (SBCL) via OpenLDK, my Java JIT compiler and runtime on Common Lisp. This blog post gives an overview on how I manipulated CLOS's method dispatch to improve performance for single-dispatch methods calls.