š¾ Archived View for idiomdrottning.org āŗ salparse captured on 2023-06-16 at 16:45:39. Gemini links have been rewritten to link to archived content
ā¬ ļø Previous capture (2022-07-16)
-=-=-=-=-=-=-
Chicken Schemeās egg tester (disgustingly named āsalmonellaā) creates log files that are sometimes difficult to parse.
Hereās a dumb liāl Unix filter, Iām not even making a repo or egg for it yet, that prints the output of the test step (or if install failed, the install step) of the log file.
(print ((?-> list? (c find string?)) (find (fn (and (list? x) (> (length x) 2) (memq (second x) '(install test)))) (reverse (read-list)))))