Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/luontola/clojure-game-of-life
- Owner: luontola
- License: apache-2.0
- Created: 2022-06-02T15:03:30.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-22T12:47:02.000Z (about 2 years ago)
- Last Synced: 2024-04-15T07:10:08.556Z (7 months ago)
- Topics: clojure, conways-game-of-life
- Language: Clojure
- Homepage:
- Size: 43 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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