Base 37 by leonid

puts F[eval gets]while F=proc{|n|k=9-n%37
n>0?F[n/37]<<'9&`'[k/26]-k:''}

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

download

return to the top page