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

https://github.com/eggsyntax/conway_life

Conway's Life, implemented in Clojure (mostly as a Clojure learning exercise for me)
https://github.com/eggsyntax/conway_life

Last synced: 10 months ago
JSON representation

Conway's Life, implemented in Clojure (mostly as a Clojure learning exercise for me)

Awesome Lists containing this project

README

          

# conway-life

A Quil sketch which implements Conway's Game of Life

## 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 'conway-life.core)`.

## License

Distributed under the Eclipse Public License version 1.0