Haskell art: A really magnificent Mandelbrot
The header art for the Validation course depicts a portion of the Mandelbrot set. We’ve written a lengthy discussion of the Haskell code that generated the image originally written by Cies Breijs, and how we have modified it to add color. Check it out to learn about chaos, the Complex
type, and the JuicyPixels
graphics library.