RosettaCodeData/Task/Anagrams/PicoLisp/anagrams-1.l
2023-07-01 13:44:08 -04:00

4 lines
130 B
Common Lisp

(flip
(by length sort
(by '((L) (sort (copy L))) group
(in "unixdict.txt" (make (while (line) (link @)))) ) ) )