uniq words by youz

(set'c'(""))(loop(doseq(w(asdf::split(read-line)))(or(find w c :test'equal)(push(write-line w)c))))

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

download

return to the top page