https://github.com/prakhar1989/coding-challenges
Dan Shiffman's Coding Challenges in Clojure
https://github.com/prakhar1989/coding-challenges
clojure graphics processing visualization
Last synced: 6 months ago
JSON representation
Dan Shiffman's Coding Challenges in Clojure
- Host: GitHub
- URL: https://github.com/prakhar1989/coding-challenges
- Owner: prakhar1989
- License: epl-1.0
- Created: 2017-01-21T18:57:21.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-01T10:55:28.000Z (almost 9 years ago)
- Last Synced: 2025-06-21T16:08:55.437Z (6 months ago)
- Topics: clojure, graphics, processing, visualization
- Language: Clojure
- Size: 29.3 KB
- Stars: 16
- Watchers: 2
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Coding Challenges
This is a fun experiment in trying to port Dan Shiffman's awesome [coding challenges](https://www.youtube.com/playlist?list=PLRqwX-V7Uu6ZiZxtDDRCi6uhfTH4FilpH) to Clojure.
These challenges use the [Quil](http://quil.info) library which interacts with the [processing](http://processing.org) 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/.clj")`
## License
Copyright © 2016 FIXME
Distributed under the Eclipse Public License either version 1.0 or (at
your option) any later version.