Data update
This commit is contained in:
parent
5150844a7d
commit
4bb20c9b71
7735 changed files with 38060 additions and 199180 deletions
|
|
@ -2,7 +2,7 @@
|
|||
(apply #'char<= (coerce word 'list)))
|
||||
|
||||
(let* ((words (uiop:read-file-lines "unixdict.txt"))
|
||||
(ordered (delete-if-not #'orderedp words))
|
||||
(maxlen (apply #'max (mapcar #'length ordered)))
|
||||
(result (delete-if-not (lambda (l) (= l maxlen)) ordered :key #'length)))
|
||||
(ordered (delete-if-not #'orderedp words))
|
||||
(maxlen (apply #'max (mapcar #'length ordered)))
|
||||
(result (delete-if-not (lambda (l) (= l maxlen)) ordered :key #'length)))
|
||||
(format t "~{~A~^, ~}" result))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue