RosettaCodeData/Task/Longest-string-challenge/PicoLisp/longest-string-challenge-1.l
Ingy döt Net db842d013d A-M baby
2013-04-10 21:29:02 -07:00

5 lines
140 B
Text

(mapc prinl
(maxi '((L) (length (car L)))
(by length group
(in NIL
(make (until (eof) (link (line)))) ) ) ) )