bsima / fractal

Generate fractals in Clojure
Eclipse Public License 1.0
5 stars 0 forks source link

fractal

An update of @nakkaya's blog post on how to generate fractals in Clojure.

Right now, running lein run just generates a standard (but still cool) fractal. In the future, this will be a library for creating fractals in Clojure and ClojureScript.

Installation

git clone https://github.com/bsima/fractal.git
cd fractal
lein run

To do