fuzzy-match
From a string input and a list of candidates, return the most relevant candidates first.
$ area51 add fuzzy-matchCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(fuzzy-match:some-function ...)