Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/luontola/clojure-game-of-life

Conway's Game of Life, including RLE file import and export
https://github.com/luontola/clojure-game-of-life

clojure conways-game-of-life

Last synced: 4 days ago
JSON representation

Conway's Game of Life, including RLE file import and export

Awesome Lists containing this project

README

        

# Conway's Game of Life in Clojure

Small example application.

## Requirements

- [Java JDK](https://www.oracle.com/java/technologies/javase-downloads.html) version 11 or higher
- [Leiningen](https://leiningen.org/)

## Useful commands

Run tests when files are changed

lein kaocha --watch

Start a REPL

lein repl

Build an uberjar for distribution

lein uberjar

Upgrade dependencies

lein ancient upgrade :all :check-clojure :no-tests