String Halving by nn

s=System.in.text
f={b,e->"{${e+~b?f(b,b=b-~e>>1)+f(b,e):s[b]}}"}
print f(0,s.count)

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

download

return to the top page