Finally, I got the Buddhabrot algorithm right!
Interesting structures in an intermediate stage of a rendering of a failed Buddhabrot.
A Buddhabrot that is fairly close to correct. There was one last tweak that needed to happen...
An animated rendering of a failed Buddhabrot.
A somewhat broccoli-esque Buddhabrot failure.
One of many incorrect Buddhabrot renderings.
Mandelbrot set as computed in Ruby.
Mandelbrot set as rendered from Python.
Mandelbrot set as computed in OCaml.
A terminal showing more or less raw output from Maudlebrot. In case you need it, that command is:
maude -no-banner < maudlebrot.maude | grep -E "^(result| )" | sed -e 's/^result.*://' | tr -d ' \n' | tr 12 ' \n'