RosettaCodeData/Task/Longest-string-challenge/PicoLisp/longest-string-challenge-1.l
2023-07-01 13:44:08 -04:00

5 lines
140 B
Text

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