> Creative coding is a type of computer programming in which the goal is to create something expressive instead of something functional.
from the linked page:
> Have you ever wanted to open up the hood of your word processor and tinker with what it's doing? Exploded mode in Vodka is how you do that. Exploded mode shows the guts of your Vodka doc -- the data structures and information that is underlying what you're seeing.
....
> Vodka is a Lisp, but instead of parentheses, it uses boxes.
-----
And maybe I will add, that instead of variables and data-structures, it operates on the prose you are writing. It is definitely hard to explain, but pretty cool nevertheless.