;; 基本版/Arc (def tr (orig subst str) (tostring (each c str (pr (aif (pos c orig) (subst it) c))))) (tr "qwertyuiop" "QWERTYUIOP" "typewriter") ;=>"TYPEWRITER"