vmishra / coding-challenges

Dan Shiffman's Coding Challenges in Clojure

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Coding Challenges

This is a fun experiment in trying to port Dan Shiffman's awesome coding challenges to Clojure.

These challenges use the Quil library which interacts with the processing programming environment to make drawing 2d/3d drawings and animations super fun!

Usage

Emacs - run cider, open a file and press C-c C-k to evaluate the file.

REPL - run (load-file "src/coding-challenges/<filename>.clj")

License

Copyright © 2016 FIXME

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.

About

Dan Shiffman's Coding Challenges in Clojure

License:Eclipse Public License 1.0


Languages

Language:Clojure 100.0%