8000 GitHub - davidrupp/cgol: Obligatory implementation of Conway's Game of Life
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

davidrupp/cgol

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cgol

Obligatory implementation of Conway's Game of Life. Deliberately non-clever, relatively straightforward implementation; because it's there.

Usage

(use 'cgol.core)
(use 'clojure.pprint)
(pprint (take 5 (gol blinker-board)))
(pprint (take 5 (gol glider-board)))

License

Copyright © 2013 David Rupp

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

About

Obligatory implementation of Conway's Game of Life

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0