camelCase by ksk

let rec($)i?(c=input_byte stdin)p=c/48mod 2*32$output_byte stdout(c/64*i lxor c);;0$()

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

download

return to the top page