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

6 lines
192 B
Common Lisp

(in "unixdict.txt"
(mapc prinl
(maxi '((L) (length (car L)))
(by length group
(filter '((S) (apply <= S))
(make (while (line) (link @))) ) ) ) ) )