quicklisp-projects
quicklisp-projects copied to clipboard
Please add dsm
It is https://github.com/tfeb/dsm.
It provides a macro, destructuring-match which is a case-style version of destructuring-bind, so it allows matching of a form against slightly extended destructuring-bind lambda lists.
It needs at least version 8.0.0 of both my CL tools (https://github.com/tfeb/tfeb-lisp-tools) and version 5.0.0 of my CL hax (https://github.com/tfeb/tfeb-lisp-hax). Both of these are in QL but are currently on lower versions. I think new releases get pulled into QL automagically, but if they don't these need to be updated.
Other than this it should be portable CL. There's a reasonable amount of documentation.