Function call expression by notogawa

main=interact$concat.reverse.foldl(#)[]
x#'('=x
(a:f:x)#')'=('(':f++' ':a++")"):x
x#a=[a]:x

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

download

return to the top page