Composition Calculus by youz(kik)

(while(defn f[x y](cond(fn? x)(x y)(="."x)(fn[z]#(f y(f z%)))1`(~x~y)))(println(reduce f(.split(read-line)" "))))

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

download

return to the top page