Comments
Loading Dream Comments...
You must be logged in to write a comment - Log In
Artisti <:: 1; colours <:: ("red", "green", "blue", "pink"); main <:: (* i =< 4 : Draw a colours[i++] plushie *); main();
This one sort-of worked, but took 4 minutes to render, so got stuck in the DDG queue. I guess it got confused about the call to main() (which one should never explicitly call) :) Also it added some colours (yellow and black) but it looks nice ;)