# Mandelbrot in Scheme.
This repository contains a simple mandelbrot renderer in Scheme. 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 with [chicken-scheme](https://call-cc.org).