Michael Montague writes:
The keyword define-library should be changed to something else, perhaps declare-library. All of the other keywords containing define (define, define-values, etc) create bindings; define-library does not. There is no binding created for <library-name>.
The WG decided by unanimous consent to take no action on this ticket.
While this complaint is sound, I believe it is also untimely. Too many people, especially Chibi and Sagittarius users, are used to define-library now. In addition, declare suggests declarations, which though not a feature of any Scheme standard, are found in many implementations as well as in Common Lisp.