Skip to content

ourkwest/LearningClojure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 

Repository files navigation

A project to assist my learning of Clojure.

Includes:

1) A fratal plotter using iterative complex mathematics.

Run 
(load-file "<path_to_git_repo>/fractal.clj") 
at the Clojure REPL to plot a Julia set.
The image will currently be spat out at "C:\Coding\temp". 

2) A branching tree fractal plotter.

Run 
(load-file "<path_to_git_repo>/flower.clj")
(fun) ;May take a while to complete.
(done)
at the Clojure REPL to plot a squiggely pattern.
The image will currently be viewable at "deleteme.html" in the user directory (as determined by the JVM). 

About

Code created to help me learn clojure.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published