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

6 lines
140 B
Text
Raw Permalink Normal View History

2013-04-10 21:29:02 -07:00
(mapc prinl
(maxi '((L) (length (car L)))
(by length group
(in NIL
(make (until (eof) (link (line)))) ) ) ) )