specialized-function
Provides a Julia-like function that automatically compiles a type-specific version of the function from the same code
$ area51 add specialized-functionCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(specialized-function:some-function ...)