<:> Fractal art



Image generation using recursive but not necessarily mathematical specification.

Simple tree generation:

  tree = branch branch
  branch = tree
Generates

        /\
       /  \
      /    \
     /      \
    /\      /\
   /  \    /  \
  /\  /\  /\  /\
etc.