Sierpinski Carpet by murky-satyr

0to:(N:=#(26 8 2)at:52-stdin nextByte)do:[:i|0to:N do:[:j|T:='  '.(i*27+j radix:3)~'1..1'or:[T:='::'].T display].$
display]

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

download

return to the top page