Be really patient for the Koch snowflake -- it is worth the wait.

It is draw with this Stinky program: " reduce3 push step step step right right push step step step left left left left push step step step right right push step step step "

"reduce3" is like reduce, but instead of halving the stepsize, it reduces the size by two thirds. Also note that the "fractal" flag is set to "yes" (in the html code), so it only draws base cases of recursion.