From: Ralph Ronnquist Date: Sat, 19 Feb 2022 08:28:39 +0000 (+1100) Subject: improve the report X-Git-Url: https://git.rrq.au/?a=commitdiff_plain;h=c65163d68c33eb9a4d2789c9dd030095267da1d7;p=rrq%2Fnewlisp-ftw.git improve the report --- diff --git a/autorecommended.lsp b/autorecommended.lsp index 2dd4945..ef3a595 100755 --- a/autorecommended.lsp +++ b/autorecommended.lsp @@ -100,6 +100,6 @@ (let ((Y (difference INSTALLED (closure MANUAL)))) (write-line 2 (format "=> %d automatic recommended packages" (length Y))) - (map println Y)) + (map (fn (P) (println P " by " (join (or (REC P) '("???")) " "))) Y)) (exit 0)