I've tinkered with http://processing.org here and there over the last few years. Along similar lines, there's the Context Free project, at http://www.contextfreeart.org
The idea behind Context Free is very cool. Rather than directly placing graphic elements, using imperative semantics, you define a grammar that declaratively defines the relationship of graphic elements. The runtime system generates an image by walking the grammer grammar and instantiating elements that conform with its rules.
Fun stuff.
