RosettaCodeData/Task/Longest-string-challenge/PicoLisp/longest-string-challenge-1.l

6 lines
140 B
Plaintext

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