quicklisp-client icon indicating copy to clipboard operation
quicklisp-client copied to clipboard

Make sure every implementation-specific GF is exported and documented

Open quicklisp opened this issue 14 years ago • 0 comments

In theory, Quicklisp can be ported to a new implementation of CL without modifying any of the Quicklisp sources by adding the appropriate methods to a handful of generic functions. However, not all of these generic functions are named by exported symbols, and not all of them have docstrings. Make sure that all of them are exported and documented.

quicklisp avatar Mar 18 '11 18:03 quicklisp