An open API service indexing awesome lists of open source software.

https://github.com/aljones15/clojure-conway

Conway's game of life in Quil
https://github.com/aljones15/clojure-conway

cellular-automata clojure concurrency leiningen

Last synced: 8 months ago
JSON representation

Conway's game of life in Quil

Awesome Lists containing this project

README

          

# hello-quil

A Quil sketch designed to ... well, that part is up to you.

## Usage

LightTable - open `core.clj` and press `Ctrl+Shift+Enter` to evaluate the file.

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

REPL - run `(require 'hello-quil.core)`.

## License

Copyright © 2016 FIXME

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