projects
/
rrq
/
newlisp-ftw.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6ee1c6b
)
improve the report
author
Ralph Ronnquist
<ralph.ronnquist@gmail.com>
Sat, 19 Feb 2022 08:28:39 +0000
(19:28 +1100)
committer
Ralph Ronnquist
<ralph.ronnquist@gmail.com>
Sat, 19 Feb 2022 08:28:39 +0000
(19:28 +1100)
autorecommended.lsp
patch
|
blob
|
history
diff --git
a/autorecommended.lsp
b/autorecommended.lsp
index 2dd4945773def488705ab01b117ebce291454a2a..ef3a595106d4d526c70aae50d1b266e25f342d20 100755
(executable)
--- 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)