character subsets by kozima

(defun f(a s)(if s(or(f a(cdr s))(f`(,@a,(pop s))s))(format t"~{~C~}
"a)))(f()(delete-duplicates(coerce(read-line)'list)))

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

download

return to the top page