Sort by Length for OCaml Golf Competition by dico_leque(rakuda)

let(@)=Sort.list let rec(!)?(l=read_line())_=l::try!0with _->[]let(+)f(!)a b=f!a!b;;List.map print_endline((<=)+String.length@(<)@ !0)

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page