# Mandelbrot in Common Lisp
This repository contains a simple mandelbrot renderer in Common Lisp. The project
was created as part of a series on interpreter techniques. You can follow
along with the articles at https://www.sourceprobe.com/articles/interpreters_01_mandelbrot/.
Tested in [SBCL](https://www.sbcl.org).