Project Awesome project awesome

static-dispatch

allows standard generic function dispatch to be performed statically (at compile time) rather than dynamically (runtime). This is similar to what is known as "overloading" in languages such as C++ and Java. [MIT][200].

Package 82 stars GitHub
Back to Common Lisp