RosettaCodeData/Task/Anagrams/PicoLisp/anagrams-1.l
Ingy döt Net 86c034bb8b new files
2013-04-10 12:38:42 -07:00

4 lines
130 B
Common Lisp

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